aboutsummaryrefslogtreecommitdiff
path: root/util/themes
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-10 19:48:45 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-10 19:48:45 -0700
commit6eda4acc251fed0afbf5f1a85a63e321d8234799 (patch)
tree0be125628339545e8a11cd29a994271bc16f55b3 /util/themes
Initial Commit
Diffstat (limited to 'util/themes')
-rw-r--r--util/themes/matama.nix32
-rw-r--r--util/themes/mem.nix32
-rw-r--r--util/themes/old/3.nix14
-rw-r--r--util/themes/old/hideri.nix15
-rw-r--r--util/themes/old/kiwi.nix14
-rw-r--r--util/themes/old/megumin.nix14
-rw-r--r--util/themes/old/mem.nix14
-rw-r--r--util/themes/old/nonon.nix14
-rw-r--r--util/themes/old/rin.nix14
-rw-r--r--util/themes/old/shinobu.nix14
-rw-r--r--util/themes/shinobu.nix32
-rw-r--r--util/themes/skull.nix32
12 files changed, 241 insertions, 0 deletions
diff --git a/util/themes/matama.nix b/util/themes/matama.nix
new file mode 100644
index 0000000..1a7ee5f
--- /dev/null
+++ b/util/themes/matama.nix
@@ -0,0 +1,32 @@
+{
+ background = "matama.png";
+
+ colors = {
+ accent = "b16286";
+
+ black = "282828"; brightBlack = "928374";
+ red = "cc241d"; brightRed = "fb4934";
+ green = "98971a"; brightGreen = "b8bb26";
+ yellow = "d79921"; brightYellow = "fabd2f";
+ blue = "458588"; brightBlue = "83a598";
+ magenta = "b16286"; brightMagenta = "d3869b";
+ cyan = "689d6a"; brightCyan = "8ec07c";
+ white = "a89984"; brightWhite = "ebdbb2";
+
+ bg = "282828";
+ bg0 = "282828";
+ bg1 = "3c3836";
+ bg2 = "504945";
+ bg3 = "665c54";
+ bg4 = "7c6f64";
+
+ fg = "ebdbb2";
+ fg0 = "fbf1c7";
+ fg1 = "ebdbb2";
+ fg2 = "d5c4a1";
+ fg3 = "bdae93";
+ fg4 = "a89984";
+
+ orange = "d65d0e"; brightOrange = "fe8019";
+ };
+}
diff --git a/util/themes/mem.nix b/util/themes/mem.nix
new file mode 100644
index 0000000..df80f0e
--- /dev/null
+++ b/util/themes/mem.nix
@@ -0,0 +1,32 @@
+{
+ background = "mem.png";
+
+ colors = {
+ accent = "f6e43a";
+
+ black = "282828"; brightBlack = "928374";
+ red = "cc241d"; brightRed = "fb4934";
+ green = "98971a"; brightGreen = "b8bb26";
+ yellow = "d79921"; brightYellow = "f6e43a"; #NOTE: brightYellow has been changed
+ blue = "458588"; brightBlue = "83a598";
+ magenta = "b16286"; brightMagenta = "d3869b";
+ cyan = "689d6a"; brightCyan = "8ec07c";
+ white = "a89984"; brightWhite = "ebdbb2";
+
+ bg = "282828";
+ bg0 = "282828";
+ bg1 = "3c3836";
+ bg2 = "504945";
+ bg3 = "665c54";
+ bg4 = "7c6f64";
+
+ fg = "ebdbb2";
+ fg0 = "fbf1c7";
+ fg1 = "ebdbb2";
+ fg2 = "d5c4a1";
+ fg3 = "bdae93";
+ fg4 = "a89984";
+
+ orange = "d65d0e"; brightOrange = "fe8019";
+ };
+}
diff --git a/util/themes/old/3.nix b/util/themes/old/3.nix
new file mode 100644
index 0000000..0df7f28
--- /dev/null
+++ b/util/themes/old/3.nix
@@ -0,0 +1,14 @@
+{
+ background = "astolfo.jpg";
+
+ colors = {
+ primary = { hex = "f5a9b8"; r = "245"; g = "169"; b = "184"; };
+ secondary = { hex = "5bcefa"; };
+
+ foreground = { hex = "111111"; };
+ foregroundAlt = { hex = "5bcefa"; };
+
+ background = { hex = "ffffff"; };
+ backgroundAlt = { hex = "5bcefa"; };
+ };
+}
diff --git a/util/themes/old/hideri.nix b/util/themes/old/hideri.nix
new file mode 100644
index 0000000..217077e
--- /dev/null
+++ b/util/themes/old/hideri.nix
@@ -0,0 +1,15 @@
+{
+ background = "hideri.png";
+
+
+ colors = {
+ primary = { hex = "23ce94"; r = "35"; g = "206"; b = "149"; };
+ secondary = { hex = "555555"; };
+
+ foreground = { hex = "c5c8c6"; };
+ foregroundAlt = { hex = "707880"; };
+
+ background = { hex = "282a2e"; };
+ backgroundAlt = { hex = "373b41"; };
+ };
+}
diff --git a/util/themes/old/kiwi.nix b/util/themes/old/kiwi.nix
new file mode 100644
index 0000000..37675e1
--- /dev/null
+++ b/util/themes/old/kiwi.nix
@@ -0,0 +1,14 @@
+{
+ background = "kiwi.png";
+
+ colors = {
+ primary = { hex = "34773c"; r = "52"; g = "119"; b = "60"; };
+ secondary = { hex = "555555"; };
+
+ foreground = { hex = "c5c8c6"; };
+ foregroundAlt = { hex = "707880"; };
+
+ background = { hex = "282a2e"; };
+ backgroundAlt = { hex = "373b41"; };
+ };
+}
diff --git a/util/themes/old/megumin.nix b/util/themes/old/megumin.nix
new file mode 100644
index 0000000..4bdf909
--- /dev/null
+++ b/util/themes/old/megumin.nix
@@ -0,0 +1,14 @@
+{
+ background = "megumin.jpg";
+
+ colors = {
+ primary = { hex = "c44347"; r = "196"; g = "67"; b = "71"; };
+ secondary = { hex = "555555"; };
+
+ foreground = { hex = "c5c8c6"; };
+ foregroundAlt = { hex = "707880"; };
+
+ background = { hex = "282a2e"; };
+ backgroundAlt = { hex = "373b41"; };
+ };
+}
diff --git a/util/themes/old/mem.nix b/util/themes/old/mem.nix
new file mode 100644
index 0000000..d2eb8c0
--- /dev/null
+++ b/util/themes/old/mem.nix
@@ -0,0 +1,14 @@
+{
+ background = "mem.png";
+
+ colors = {
+ primary = "f6e43a";
+ secondary = "555555";
+
+ foreground = "c5c8c6";
+ foregroundAlt = "707880";
+
+ background = "282a2e";
+ backgroundAlt = "373b41";
+ };
+}
diff --git a/util/themes/old/nonon.nix b/util/themes/old/nonon.nix
new file mode 100644
index 0000000..7dbe884
--- /dev/null
+++ b/util/themes/old/nonon.nix
@@ -0,0 +1,14 @@
+{
+ background = "nonon.png";
+
+ colors = {
+ primary = { hex = "af1f3b"; r = "175"; g = "31"; b = "59"; };
+ secondary = { hex = "555555"; };
+
+ foreground = { hex = "c5c8c6"; };
+ foregroundAlt = { hex = "707880"; };
+
+ background = { hex = "282a2e"; };
+ backgroundAlt = { hex = "373b41"; };
+ };
+}
diff --git a/util/themes/old/rin.nix b/util/themes/old/rin.nix
new file mode 100644
index 0000000..b70e1f4
--- /dev/null
+++ b/util/themes/old/rin.nix
@@ -0,0 +1,14 @@
+{
+ background = "rin2.png";
+
+ colors = {
+ primary = { hex = "ba112b"; r = "186"; g = "17"; b = "43"; };
+ secondary = { hex = "555555"; };
+
+ foreground = { hex = "c5c8c6"; };
+ foregroundAlt = { hex = "707880"; };
+
+ background = { hex = "282a2e"; };
+ backgroundAlt = { hex = "373b41"; };
+ };
+}
diff --git a/util/themes/old/shinobu.nix b/util/themes/old/shinobu.nix
new file mode 100644
index 0000000..5a3acdc
--- /dev/null
+++ b/util/themes/old/shinobu.nix
@@ -0,0 +1,14 @@
+{
+ background = "shinobu.png";
+
+ colors = {
+ primary = "cb0403";
+ secondary = "555555";
+
+ foreground = "c5c8c6";
+ foregroundAlt = "707880";
+
+ background = "282a2e";
+ backgroundAlt = "373b41";
+ };
+}
diff --git a/util/themes/shinobu.nix b/util/themes/shinobu.nix
new file mode 100644
index 0000000..229dd5f
--- /dev/null
+++ b/util/themes/shinobu.nix
@@ -0,0 +1,32 @@
+{
+ background = "shinobu.png";
+
+ colors = {
+ accent = "cc241d";
+
+ black = "282828"; brightBlack = "928374";
+ red = "cc241d"; brightRed = "fb4934";
+ green = "98971a"; brightGreen = "b8bb26";
+ yellow = "d79921"; brightYellow = "fabd2f";
+ blue = "458588"; brightBlue = "83a598";
+ magenta = "b16286"; brightMagenta = "d3869b";
+ cyan = "689d6a"; brightCyan = "8ec07c";
+ white = "a89984"; brightWhite = "ebdbb2";
+
+ bg = "282828";
+ bg0 = "282828";
+ bg1 = "3c3836";
+ bg2 = "504945";
+ bg3 = "665c54";
+ bg4 = "7c6f64";
+
+ fg = "ebdbb2";
+ fg0 = "fbf1c7";
+ fg1 = "ebdbb2";
+ fg2 = "d5c4a1";
+ fg3 = "bdae93";
+ fg4 = "a89984";
+
+ orange = "d65d0e"; brightOrange = "fe8019";
+ };
+}
diff --git a/util/themes/skull.nix b/util/themes/skull.nix
new file mode 100644
index 0000000..8ebdd1e
--- /dev/null
+++ b/util/themes/skull.nix
@@ -0,0 +1,32 @@
+{
+ background = "skull.png";
+
+ colors = {
+ accent = "458588";
+
+ black = "282828"; brightBlack = "928374";
+ red = "cc241d"; brightRed = "fb4934";
+ green = "98971a"; brightGreen = "b8bb26";
+ yellow = "d79921"; brightYellow = "fabd2f";
+ blue = "458588"; brightBlue = "83a598";
+ magenta = "b16286"; brightMagenta = "d3869b";
+ cyan = "689d6a"; brightCyan = "8ec07c";
+ white = "a89984"; brightWhite = "ebdbb2";
+
+ bg = "282828";
+ bg0 = "282828";
+ bg1 = "3c3836";
+ bg2 = "504945";
+ bg3 = "665c54";
+ bg4 = "7c6f64";
+
+ fg = "ebdbb2";
+ fg0 = "fbf1c7";
+ fg1 = "ebdbb2";
+ fg2 = "d5c4a1";
+ fg3 = "bdae93";
+ fg4 = "a89984";
+
+ orange = "d65d0e"; brightOrange = "fe8019";
+ };
+}