diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/outline.txt | 33 | ||||
| -rw-r--r-- | themes/spring_2025/41632913_p0.jpg | bin | 0 -> 491673 bytes | |||
| -rw-r--r-- | themes/spring_2025/4692826_p0.jpg | bin | 0 -> 3114561 bytes | |||
| -rw-r--r-- | themes/spring_2025/sources.txt | 2 | ||||
| -rw-r--r-- | themes/spring_2025/splash1.png | bin | 0 -> 751587 bytes | |||
| -rw-r--r-- | themes/spring_2025/splash2.kra | bin | 0 -> 1993754 bytes | |||
| -rw-r--r-- | themes/spring_2025/splash2.png | bin | 0 -> 754520 bytes | |||
| -rw-r--r-- | themes/spring_2025/spring_2025.nix | 23 | ||||
| -rw-r--r-- | themes/spring_2025/wallpaper1.png | bin | 0 -> 5560068 bytes |
9 files changed, 58 insertions, 0 deletions
diff --git a/themes/outline.txt b/themes/outline.txt new file mode 100644 index 0000000..be6e671 --- /dev/null +++ b/themes/outline.txt @@ -0,0 +1,33 @@ +# bright black and white should be different from black and white. +color0 # black +color1 # red +color2 # green +color3 # yellow +color4 # blue +color5 # magenta +color6 # cyan +color7 # white +color8 # bright black +color9 # bright red +color10 # bright green +color11 # bright yellow +color12 # bright blue +color13 # bright magenta +color14 # bright cyan +color15 # bright white + +== htop +Selected Tab = color2 +Inactive Tab = color4 +Highlighted Process, Other Highlights = color6 +Unknow User? = color5 +Top of CPU Bar = color3 + +== neofetch +color4 and color6 used in ascci +color6 for highlighted text +color4 for user@hostname + +== TODO: bash and nvim + +// vim: set syntax=asciidoc: diff --git a/themes/spring_2025/41632913_p0.jpg b/themes/spring_2025/41632913_p0.jpg Binary files differnew file mode 100644 index 0000000..bb05dab --- /dev/null +++ b/themes/spring_2025/41632913_p0.jpg diff --git a/themes/spring_2025/4692826_p0.jpg b/themes/spring_2025/4692826_p0.jpg Binary files differnew file mode 100644 index 0000000..fcc7a50 --- /dev/null +++ b/themes/spring_2025/4692826_p0.jpg 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 Binary files differnew file mode 100644 index 0000000..d34e35f --- /dev/null +++ b/themes/spring_2025/splash1.png diff --git a/themes/spring_2025/splash2.kra b/themes/spring_2025/splash2.kra Binary files differnew file mode 100644 index 0000000..a9958fb --- /dev/null +++ b/themes/spring_2025/splash2.kra diff --git a/themes/spring_2025/splash2.png b/themes/spring_2025/splash2.png Binary files differnew file mode 100644 index 0000000..53e126a --- /dev/null +++ b/themes/spring_2025/splash2.png 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 Binary files differnew file mode 100644 index 0000000..3e3a7e0 --- /dev/null +++ b/themes/spring_2025/wallpaper1.png |