From 4849fc6e811f9aaa02a63d102f60d356365cd2bb Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Wed, 1 Jan 2025 17:39:28 -0500 Subject: Theme stuff --- themes/christmas_rwby/christmas_rwby.nix | 3 +++ themes/dva_halloween/dva.nix | 1 + themes/godzillacolle/godzillacolle.nix | 1 + themes/halloween_warlock/halloween_warlock.nix | 3 +++ themes/shipgirl_christmas/shipgirl_christmas.nix | 23 +++++++++++++++++++++++ themes/shipgirl_christmas/splash.kra | Bin 0 -> 4862126 bytes themes/shipgirl_christmas/splash.png | Bin 0 -> 1409845 bytes themes/shipgirl_christmas/wallpaper.kra | Bin 0 -> 5298963 bytes themes/shipgirl_christmas/wallpaper.png | Bin 0 -> 1658603 bytes themes/spring_2024/spring_2024.nix | 3 +++ themes/yoruichi/yoruichi.nix | 2 ++ themes/zelda_summer/zelda_summer.nix | 11 ++++++----- 12 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 themes/shipgirl_christmas/shipgirl_christmas.nix create mode 100644 themes/shipgirl_christmas/splash.kra create mode 100644 themes/shipgirl_christmas/splash.png create mode 100644 themes/shipgirl_christmas/wallpaper.kra create mode 100644 themes/shipgirl_christmas/wallpaper.png (limited to 'themes') diff --git a/themes/christmas_rwby/christmas_rwby.nix b/themes/christmas_rwby/christmas_rwby.nix index efc9fdc..1ba019b 100644 --- a/themes/christmas_rwby/christmas_rwby.nix +++ b/themes/christmas_rwby/christmas_rwby.nix @@ -1,5 +1,7 @@ rec { + lightness = "dark"; background = "1e0003"; #1e0003 + background-alt = "1e0003"; #1e0003 foreground = "f9dfc5"; #f9dfc5 color0 = "${background}"; color1 = "6d282e"; #6d282e @@ -17,4 +19,5 @@ rec { color13 = "${color5}"; color14 = "${color6}"; color15 = "${color7}"; + alpha = 0.9; } diff --git a/themes/dva_halloween/dva.nix b/themes/dva_halloween/dva.nix index 5d68084..d5f63cd 100644 --- a/themes/dva_halloween/dva.nix +++ b/themes/dva_halloween/dva.nix @@ -1,4 +1,5 @@ rec { + lightness = "dark"; background = "191111"; #191111 background-alt = "37181c"; #37181c foreground = "fff2ce"; #fff2ce diff --git a/themes/godzillacolle/godzillacolle.nix b/themes/godzillacolle/godzillacolle.nix index 8f288a4..3a0f286 100644 --- a/themes/godzillacolle/godzillacolle.nix +++ b/themes/godzillacolle/godzillacolle.nix @@ -1,4 +1,5 @@ rec { + lightness = "dark"; background = "2f2c40"; #2f2c40 background-alt = "3352a2"; #3352a2 foreground = "fefbf6"; #fefbf6 diff --git a/themes/halloween_warlock/halloween_warlock.nix b/themes/halloween_warlock/halloween_warlock.nix index d43a544..fa21cfc 100644 --- a/themes/halloween_warlock/halloween_warlock.nix +++ b/themes/halloween_warlock/halloween_warlock.nix @@ -1,5 +1,7 @@ rec { + lightness = "dark"; background = "1d0600"; #1d0600 + background-alt = "1d0600"; #1d0600 foreground = "e7ceb9"; #e7ceb9 color0 = "${background}"; color1 = "813230"; #813230 @@ -17,4 +19,5 @@ rec { color13 = "${color5}"; color14 = "${color6}"; color15 = "${color7}"; + alpha = 1.0; } diff --git a/themes/shipgirl_christmas/shipgirl_christmas.nix b/themes/shipgirl_christmas/shipgirl_christmas.nix new file mode 100644 index 0000000..48cf428 --- /dev/null +++ b/themes/shipgirl_christmas/shipgirl_christmas.nix @@ -0,0 +1,23 @@ +rec { + lightness = "light"; + background = "e9d5c2"; #e9d5c2 + background-alt = "f6f6f6"; #f6f6f6 + foreground = "3d3737"; #3d3737 + color0 = "${background}"; + color1 = "9f8d8d"; #9f8d8d + color2 = "c32929"; #c32929 + color3 = "691817"; #691817 + color4 = "a82a2b"; #a82a2b + color5 = "951d1e"; #951d1e + color6 = "8b887f"; #8b887f + color7 = "${foreground}"; + color8 = "${color6}"; + color9 = "${color1}"; + color10 = "${color2}"; + color11 = "${color3}"; + color12 = "${color4}"; + color13 = "${color5}"; + color14 = "${color6}"; + color15 = "${color7}"; + alpha = 0.875; +} diff --git a/themes/shipgirl_christmas/splash.kra b/themes/shipgirl_christmas/splash.kra new file mode 100644 index 0000000..2e2a450 Binary files /dev/null and b/themes/shipgirl_christmas/splash.kra differ diff --git a/themes/shipgirl_christmas/splash.png b/themes/shipgirl_christmas/splash.png new file mode 100644 index 0000000..e88f65b Binary files /dev/null and b/themes/shipgirl_christmas/splash.png differ diff --git a/themes/shipgirl_christmas/wallpaper.kra b/themes/shipgirl_christmas/wallpaper.kra new file mode 100644 index 0000000..e2061a5 Binary files /dev/null and b/themes/shipgirl_christmas/wallpaper.kra differ diff --git a/themes/shipgirl_christmas/wallpaper.png b/themes/shipgirl_christmas/wallpaper.png new file mode 100644 index 0000000..563c396 Binary files /dev/null and b/themes/shipgirl_christmas/wallpaper.png differ diff --git a/themes/spring_2024/spring_2024.nix b/themes/spring_2024/spring_2024.nix index e92da4b..41ab0d0 100644 --- a/themes/spring_2024/spring_2024.nix +++ b/themes/spring_2024/spring_2024.nix @@ -1,5 +1,7 @@ rec { + lightness = "dark"; background = "110002"; #110002 + background-alt = "110002"; #110002 foreground = "fbf5db"; #fbf5db color0 = "${background}"; color1 = "88534f"; #88534f @@ -17,4 +19,5 @@ rec { color13 = "${color5}"; color14 = "${color6}"; color15 = "${color7}"; + alpha = 0.9; } diff --git a/themes/yoruichi/yoruichi.nix b/themes/yoruichi/yoruichi.nix index 8a88ee1..f32f190 100644 --- a/themes/yoruichi/yoruichi.nix +++ b/themes/yoruichi/yoruichi.nix @@ -1,5 +1,7 @@ rec { + lightness = "dark"; background = "403434"; #403434 + background-alt = "403434"; #403434 foreground = "fbfbfb"; #fbfbfb color0 = "${background}"; color1 = "a57463"; #a57463 diff --git a/themes/zelda_summer/zelda_summer.nix b/themes/zelda_summer/zelda_summer.nix index be99281..71c39e0 100644 --- a/themes/zelda_summer/zelda_summer.nix +++ b/themes/zelda_summer/zelda_summer.nix @@ -1,14 +1,15 @@ rec { + lightness = "dark"; background = "091f0d"; #091f0d background-alt = "091f0d"; #091f0d foreground = "fdf7f4"; #fdf7f4 color0 = "${background}"; - color1 = "ffeabb"; #ffeabb - color2 = "e2c29b"; #e2c29b - color3 = "d7862d"; #d7862d - color4 = "288033"; #288033 + color1 = "d7862d"; #d7862d + color2 = "fedcae"; #fedcae + color3 = "288033"; #288033 + color4 = "e2c29b"; #e2c29b color5 = "7ee6ed"; #7ee6ed - color6 = "fedcae"; #fedcae + color6 = "ffeabb"; #ffeabb color7 = "${foreground}"; color8 = "${color6}"; color9 = "${color1}"; -- cgit v1.2.3-101-g0448