summaryrefslogtreecommitdiff
path: root/themes/archive/spring_2024
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-10-17 12:22:00 -0400
committerAndrew Opalach <andrew@akon.city> 2025-10-17 12:32:42 -0400
commit544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (patch)
tree1caa87664ea4937c5f4e6e8dc83c49b3132ddd70 /themes/archive/spring_2024
parent85a47287e56ba9100420246531ebea5996cc0486 (diff)
downloaddotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.gz
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.bz2
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.zip
Gentoo desktop
Diffstat (limited to 'themes/archive/spring_2024')
-rw-r--r--themes/archive/spring_2024/pixiv_i_112636094_media0.jpgbin0 -> 2060761 bytes
-rw-r--r--themes/archive/spring_2024/sources.txt1
-rw-r--r--themes/archive/spring_2024/spring_2024.nix23
3 files changed, 24 insertions, 0 deletions
diff --git a/themes/archive/spring_2024/pixiv_i_112636094_media0.jpg b/themes/archive/spring_2024/pixiv_i_112636094_media0.jpg
new file mode 100644
index 0000000..bd0a823
--- /dev/null
+++ b/themes/archive/spring_2024/pixiv_i_112636094_media0.jpg
Binary files differ
diff --git a/themes/archive/spring_2024/sources.txt b/themes/archive/spring_2024/sources.txt
new file mode 100644
index 0000000..a489dc7
--- /dev/null
+++ b/themes/archive/spring_2024/sources.txt
@@ -0,0 +1 @@
+https://www.pixiv.net/en/artworks/112636094
diff --git a/themes/archive/spring_2024/spring_2024.nix b/themes/archive/spring_2024/spring_2024.nix
new file mode 100644
index 0000000..41ab0d0
--- /dev/null
+++ b/themes/archive/spring_2024/spring_2024.nix
@@ -0,0 +1,23 @@
+rec {
+ lightness = "dark";
+ background = "110002"; #110002
+ background-alt = "110002"; #110002
+ foreground = "fbf5db"; #fbf5db
+ color0 = "${background}";
+ color1 = "88534f"; #88534f
+ color2 = "f2cfc9"; #f2cfc9
+ color3 = "dd8a7c"; #dd8a7c
+ color4 = "3c7049"; #3c7049
+ color5 = "b09f97"; #b09f97
+ color6 = "f6d7a1"; #f6d7a1
+ color7 = "${foreground}";
+ color8 = "${color6}";
+ color9 = "${color1}";
+ color10 = "${color2}";
+ color11 = "${color3}";
+ color12 = "${color4}";
+ color13 = "${color5}";
+ color14 = "${color6}";
+ color15 = "${color7}";
+ alpha = 0.9;
+}