diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-22 19:04:59 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-22 19:04:59 -0700 |
| commit | 1203de016792907f7953d8a75b5f4dc2b3ac1fa3 (patch) | |
| tree | b6382f80c078837e2681595c1d8e516d7fdf65c3 /themes | |
| parent | 2f6152042984b7578e86b15892b093f0a8301c97 (diff) | |
Removed old, unused themes
Diffstat (limited to 'themes')
| -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, 0 insertions, 113 deletions
diff --git a/themes/old/3.nix b/themes/old/3.nix deleted file mode 100644 index 0df7f28..0000000 --- a/themes/old/3.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - 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 deleted file mode 100644 index 217077e..0000000 --- a/themes/old/hideri.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - 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 deleted file mode 100644 index 37675e1..0000000 --- a/themes/old/kiwi.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - 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 deleted file mode 100644 index 4bdf909..0000000 --- a/themes/old/megumin.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - 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 deleted file mode 100644 index d2eb8c0..0000000 --- a/themes/old/mem.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - 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 deleted file mode 100644 index 7dbe884..0000000 --- a/themes/old/nonon.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - 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 deleted file mode 100644 index b70e1f4..0000000 --- a/themes/old/rin.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - 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 deleted file mode 100644 index 5a3acdc..0000000 --- a/themes/old/shinobu.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - background = "shinobu.png"; - - colors = { - primary = "cb0403"; - secondary = "555555"; - - foreground = "c5c8c6"; - foregroundAlt = "707880"; - - background = "282a2e"; - backgroundAlt = "373b41"; - }; -} |