diff options
Diffstat (limited to 'themes/old')
| -rw-r--r-- | themes/old/3.nix | 14 | ||||
| -rw-r--r-- | themes/old/hideri.nix | 15 | ||||
| -rw-r--r-- | themes/old/kiwi.nix | 14 | ||||
| -rw-r--r-- | themes/old/megumin.nix | 14 | ||||
| -rw-r--r-- | themes/old/mem.nix | 14 | ||||
| -rw-r--r-- | themes/old/nonon.nix | 14 | ||||
| -rw-r--r-- | themes/old/rin.nix | 14 | ||||
| -rw-r--r-- | themes/old/shinobu.nix | 14 |
8 files changed, 113 insertions, 0 deletions
diff --git a/themes/old/3.nix b/themes/old/3.nix new file mode 100644 index 0000000..0df7f28 --- /dev/null +++ b/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/themes/old/hideri.nix b/themes/old/hideri.nix new file mode 100644 index 0000000..217077e --- /dev/null +++ b/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/themes/old/kiwi.nix b/themes/old/kiwi.nix new file mode 100644 index 0000000..37675e1 --- /dev/null +++ b/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/themes/old/megumin.nix b/themes/old/megumin.nix new file mode 100644 index 0000000..4bdf909 --- /dev/null +++ b/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/themes/old/mem.nix b/themes/old/mem.nix new file mode 100644 index 0000000..d2eb8c0 --- /dev/null +++ b/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/themes/old/nonon.nix b/themes/old/nonon.nix new file mode 100644 index 0000000..7dbe884 --- /dev/null +++ b/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/themes/old/rin.nix b/themes/old/rin.nix new file mode 100644 index 0000000..b70e1f4 --- /dev/null +++ b/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/themes/old/shinobu.nix b/themes/old/shinobu.nix new file mode 100644 index 0000000..5a3acdc --- /dev/null +++ b/themes/old/shinobu.nix @@ -0,0 +1,14 @@ +{ + background = "shinobu.png"; + + colors = { + primary = "cb0403"; + secondary = "555555"; + + foreground = "c5c8c6"; + foregroundAlt = "707880"; + + background = "282a2e"; + backgroundAlt = "373b41"; + }; +} |