From 6eda4acc251fed0afbf5f1a85a63e321d8234799 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 10 May 2024 19:48:45 -0700 Subject: Initial Commit --- util/themes/old/3.nix | 14 ++++++++++++++ util/themes/old/hideri.nix | 15 +++++++++++++++ util/themes/old/kiwi.nix | 14 ++++++++++++++ util/themes/old/megumin.nix | 14 ++++++++++++++ util/themes/old/mem.nix | 14 ++++++++++++++ util/themes/old/nonon.nix | 14 ++++++++++++++ util/themes/old/rin.nix | 14 ++++++++++++++ util/themes/old/shinobu.nix | 14 ++++++++++++++ 8 files changed, 113 insertions(+) create mode 100644 util/themes/old/3.nix create mode 100644 util/themes/old/hideri.nix create mode 100644 util/themes/old/kiwi.nix create mode 100644 util/themes/old/megumin.nix create mode 100644 util/themes/old/mem.nix create mode 100644 util/themes/old/nonon.nix create mode 100644 util/themes/old/rin.nix create mode 100644 util/themes/old/shinobu.nix (limited to 'util/themes/old') 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"; + }; +} -- cgit v1.2.3