diff --git a/themes/README.md b/themes/README.md new file mode 100644 index 0000000..c3d20df --- /dev/null +++ b/themes/README.md @@ -0,0 +1,24 @@ +## Themes + +--- + +### Nord +* Author: Bossboo +* Link: [Theme](bossboo-nord.json) +* Preview: ![Nord](preview/bossboo-nord.png) + +--- + +### Untitled artwork +* Author: Bossboo +* Link: [Theme](bossboo-untitled.json) +* Preview: ![Untitled](preview/bossboo-untitled.png) + +--- + +### Darcula +* Author: Bossboo +* Link: [Theme](bossboo-darcula.json) +* Preview: ![Untitled](preview/bossboo-darcula.png) + +--- \ No newline at end of file diff --git a/themes/bossboo-darcula.json b/themes/bossboo-darcula.json new file mode 100644 index 0000000..39a4665 --- /dev/null +++ b/themes/bossboo-darcula.json @@ -0,0 +1 @@ +{"primarylight":"#F8F8F2","primary":"#F8F8F2","primarydark":"#F8F8F2","successlight":"#50FA7B","success":"#50FA7B","successdark":"#50FA7B","errorlight":"#FF5555","error":"#FF5555","errordark":"#FF5555","secondarylight":"#BD93F9","secondary":"#BD93F9","secondarydark":"#BD93F9","warninglight":"#F1FA8C","warning":"#F1FA8C","warningdark":"#F1FA8C","infolight":"#D8DEE9","info":"#E5E9F0","infodark":"#ECEFF4","welllight":"#444","well":"#44475A","white":"#BF616A","black":"#282A36","hp":"#FF5555","money":"#50FA7B","hack":"#8BE9FD","combat":"#FFB86C","cha":"#BD93F9","int":"#6495ed","rep":"#faffdf","disabled":"#6272A4","backgroundprimary":"#282A36","backgroundsecondary":"#282A36","button":"#44475A"} \ No newline at end of file diff --git a/themes/bossboo-nord.json b/themes/bossboo-nord.json new file mode 100644 index 0000000..144d376 --- /dev/null +++ b/themes/bossboo-nord.json @@ -0,0 +1 @@ +{"primarylight":"#88C0D0","primary":"#81A1C1","primarydark":"#5E81AC","successlight":"#01FDFE","success":"#01FDFE","successdark":"#01FDFE","errorlight":"#EBCB8B","error":"#D08770","errordark":"#BF616A","secondarylight":"#8FBCBB","secondary":"#8FBCBB","secondarydark":"#8FBCBB","warninglight":"#EBCB8B","warning":"#D08770","warningdark":"#BF616A","infolight":"#D8DEE9","info":"#E5E9F0","infodark":"#ECEFF4","welllight":"#444","well":"#222","white":"#BF616A","black":"#2E3440","hp":"#BF616A","money":"#A3BE8C","hack":"#01FDFE","combat":"#EBCB8B","cha":"#B48EAD","int":"#6495ed","rep":"#faffdf","disabled":"#66cfbc","backgroundprimary":"#2E3440","backgroundsecondary":"#2E3440","button":"#2E3440"} \ No newline at end of file diff --git a/themes/bossboo-untitled.json b/themes/bossboo-untitled.json new file mode 100644 index 0000000..c4062ad --- /dev/null +++ b/themes/bossboo-untitled.json @@ -0,0 +1 @@ +{"primarylight":"#F6F6C9","primary":"#F6F6C9","primarydark":"#F2F1B9","successlight":"#0f0","success":"#0c0","successdark":"#090","errorlight":"#FF99A1","error":"#FF99A1","errordark":"#FF5879","secondarylight":"#BEB090","secondary":"#BEB090","secondarydark":"#8A7A63","warninglight":"#ff0","warning":"#cc0","warningdark":"#990","infolight":"#065F73","info":"#065F73","infodark":"#032C36","welllight":"#444","well":"#222","white":"#fff","black":"#021B21","hp":"#C2454E","money":"#ffd700","hack":"#adff2f","combat":"#faffdf","cha":"#a671d1","int":"#6495ed","rep":"#faffdf","disabled":"#66cfbc","backgroundprimary":"#021B21","backgroundsecondary":"#021B21","button":"#333"} \ No newline at end of file diff --git a/themes/preview/bossboo-darcula.png b/themes/preview/bossboo-darcula.png new file mode 100644 index 0000000..c6b2c37 Binary files /dev/null and b/themes/preview/bossboo-darcula.png differ diff --git a/themes/preview/bossboo-nord.png b/themes/preview/bossboo-nord.png new file mode 100644 index 0000000..08f1a37 Binary files /dev/null and b/themes/preview/bossboo-nord.png differ diff --git a/themes/preview/bossboo-untitled.png b/themes/preview/bossboo-untitled.png new file mode 100644 index 0000000..62e7e62 Binary files /dev/null and b/themes/preview/bossboo-untitled.png differ