summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-03-03 13:07:17 -0500
committerAndrew Opalach <andrew@akon.city> 2025-03-03 13:07:17 -0500
commit7c128e197b605ca95b5b72d3b3c613f2103d83ff (patch)
tree3b56628d287845be2449d52b3220b7250f0d2867 /themes
parent8be9ca2624d39d0bf0931b585507741169ca5f9f (diff)
downloaddotfiles-7c128e197b605ca95b5b72d3b3c613f2103d83ff.tar.gz
dotfiles-7c128e197b605ca95b5b72d3b3c613f2103d83ff.tar.bz2
dotfiles-7c128e197b605ca95b5b72d3b3c613f2103d83ff.zip
Big neovim changes, container tests
Diffstat (limited to 'themes')
-rw-r--r--themes/outline.txt33
-rw-r--r--themes/spring_2025/41632913_p0.jpgbin0 -> 491673 bytes
-rw-r--r--themes/spring_2025/4692826_p0.jpgbin0 -> 3114561 bytes
-rw-r--r--themes/spring_2025/sources.txt2
-rw-r--r--themes/spring_2025/splash1.pngbin0 -> 751587 bytes
-rw-r--r--themes/spring_2025/splash2.krabin0 -> 1993754 bytes
-rw-r--r--themes/spring_2025/splash2.pngbin0 -> 754520 bytes
-rw-r--r--themes/spring_2025/spring_2025.nix23
-rw-r--r--themes/spring_2025/wallpaper1.pngbin0 -> 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
new file mode 100644
index 0000000..bb05dab
--- /dev/null
+++ b/themes/spring_2025/41632913_p0.jpg
Binary files differ
diff --git a/themes/spring_2025/4692826_p0.jpg b/themes/spring_2025/4692826_p0.jpg
new file mode 100644
index 0000000..fcc7a50
--- /dev/null
+++ b/themes/spring_2025/4692826_p0.jpg
Binary files 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
--- /dev/null
+++ b/themes/spring_2025/splash1.png
Binary files differ
diff --git a/themes/spring_2025/splash2.kra b/themes/spring_2025/splash2.kra
new file mode 100644
index 0000000..a9958fb
--- /dev/null
+++ b/themes/spring_2025/splash2.kra
Binary files differ
diff --git a/themes/spring_2025/splash2.png b/themes/spring_2025/splash2.png
new file mode 100644
index 0000000..53e126a
--- /dev/null
+++ b/themes/spring_2025/splash2.png
Binary files 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
--- /dev/null
+++ b/themes/spring_2025/wallpaper1.png
Binary files differ