From 7c128e197b605ca95b5b72d3b3c613f2103d83ff Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 3 Mar 2025 13:07:17 -0500 Subject: Big neovim changes, container tests --- themes/spring_2025/41632913_p0.jpg | Bin 0 -> 491673 bytes themes/spring_2025/4692826_p0.jpg | Bin 0 -> 3114561 bytes themes/spring_2025/sources.txt | 2 ++ themes/spring_2025/splash1.png | Bin 0 -> 751587 bytes themes/spring_2025/splash2.kra | Bin 0 -> 1993754 bytes themes/spring_2025/splash2.png | Bin 0 -> 754520 bytes themes/spring_2025/spring_2025.nix | 23 +++++++++++++++++++++++ themes/spring_2025/wallpaper1.png | Bin 0 -> 5560068 bytes 8 files changed, 25 insertions(+) create mode 100644 themes/spring_2025/41632913_p0.jpg create mode 100644 themes/spring_2025/4692826_p0.jpg create mode 100644 themes/spring_2025/sources.txt create mode 100644 themes/spring_2025/splash1.png create mode 100644 themes/spring_2025/splash2.kra create mode 100644 themes/spring_2025/splash2.png create mode 100644 themes/spring_2025/spring_2025.nix create mode 100644 themes/spring_2025/wallpaper1.png (limited to 'themes/spring_2025') diff --git a/themes/spring_2025/41632913_p0.jpg b/themes/spring_2025/41632913_p0.jpg new file mode 100644 index 0000000..bb05dab Binary files /dev/null and b/themes/spring_2025/41632913_p0.jpg differ diff --git a/themes/spring_2025/4692826_p0.jpg b/themes/spring_2025/4692826_p0.jpg new file mode 100644 index 0000000..fcc7a50 Binary files /dev/null and b/themes/spring_2025/4692826_p0.jpg differ diff --git a/themes/spring_2025/sources.txt b/themes/spring_2025/sources.txt new file mode 100644 index 0000000..a1872ca --- /dev/null +++ b/themes/spring_2025/sources.txt @@ -0,0 +1,2 @@ +https://www.pixiv.net/en/artworks/4692826 +https://www.pixiv.net/en/artworks/41632913 diff --git a/themes/spring_2025/splash1.png b/themes/spring_2025/splash1.png new file mode 100644 index 0000000..d34e35f Binary files /dev/null and b/themes/spring_2025/splash1.png differ diff --git a/themes/spring_2025/splash2.kra b/themes/spring_2025/splash2.kra new file mode 100644 index 0000000..a9958fb Binary files /dev/null and b/themes/spring_2025/splash2.kra differ diff --git a/themes/spring_2025/splash2.png b/themes/spring_2025/splash2.png new file mode 100644 index 0000000..53e126a Binary files /dev/null and b/themes/spring_2025/splash2.png differ diff --git a/themes/spring_2025/spring_2025.nix b/themes/spring_2025/spring_2025.nix new file mode 100644 index 0000000..6cbf034 --- /dev/null +++ b/themes/spring_2025/spring_2025.nix @@ -0,0 +1,23 @@ +rec { + lightness = "dark"; + background = "352724"; #352724 + background-alt = "352724"; #352724 + foreground = "ffffe3"; #ffffe3 + color0 = "${background}"; + color1 = "a74c3a"; #a74c3a + color2 = "63717c"; #63717c + color3 = "808c5a"; #808c5a + color4 = "b08d8d"; #b08d8d + color5 = "da9a9b"; #da9a9b + color6 = "ffffa8"; #ffffa8 + color7 = "${foreground}"; + color8 = "${color6}"; + color9 = "${color1}"; + color10 = "${color2}"; + color11 = "${color3}"; + color12 = "${color4}"; + color13 = "${color5}"; + color14 = "${color6}"; + color15 = "${color7}"; + alpha = 0.955; +} diff --git a/themes/spring_2025/wallpaper1.png b/themes/spring_2025/wallpaper1.png new file mode 100644 index 0000000..3e3a7e0 Binary files /dev/null and b/themes/spring_2025/wallpaper1.png differ -- cgit v1.2.3-101-g0448