diff options
| author | 2024-11-12 22:26:02 -0500 | |
|---|---|---|
| committer | 2024-11-12 22:36:49 -0500 | |
| commit | 53a0a5473f45d37027af9663638adbf56667e4ca (patch) | |
| tree | 05c6c39678a9005f95c00e0fdf31193657bd4d3d /themes/spring_2024 | |
| download | dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.tar.gz dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.tar.bz2 dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.zip | |
Hopefully no leaks
Diffstat (limited to 'themes/spring_2024')
| -rw-r--r-- | themes/spring_2024/pixiv_i_112636094_media0.jpg | bin | 0 -> 2060761 bytes | |||
| -rw-r--r-- | themes/spring_2024/sources.txt | 1 | ||||
| -rw-r--r-- | themes/spring_2024/spring_2024.nix | 20 |
3 files changed, 21 insertions, 0 deletions
diff --git a/themes/spring_2024/pixiv_i_112636094_media0.jpg b/themes/spring_2024/pixiv_i_112636094_media0.jpg Binary files differnew file mode 100644 index 0000000..bd0a823 --- /dev/null +++ b/themes/spring_2024/pixiv_i_112636094_media0.jpg diff --git a/themes/spring_2024/sources.txt b/themes/spring_2024/sources.txt new file mode 100644 index 0000000..a489dc7 --- /dev/null +++ b/themes/spring_2024/sources.txt @@ -0,0 +1 @@ +https://www.pixiv.net/en/artworks/112636094 diff --git a/themes/spring_2024/spring_2024.nix b/themes/spring_2024/spring_2024.nix new file mode 100644 index 0000000..e92da4b --- /dev/null +++ b/themes/spring_2024/spring_2024.nix @@ -0,0 +1,20 @@ +rec { + background = "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}"; +} |