aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-09-17 21:35:27 -0700
committerCaroline Larimore <caroline@larimo.re>2024-09-17 21:35:27 -0700
commita6853539b5ea18834763e179593a2232b87f236c (patch)
tree891678fe5c13f35646366fbd90620fbfcf1e996b
parentb79cc79fe89340d2fef81764d6bbbeb6b3dba0cd (diff)
theme: add ryo theme
-rw-r--r--assets/bg/ryo.pngbin0 -> 5189063 bytes
-rw-r--r--themes/ryo.nix32
2 files changed, 32 insertions, 0 deletions
diff --git a/assets/bg/ryo.png b/assets/bg/ryo.png
new file mode 100644
index 0000000..d268a89
--- /dev/null
+++ b/assets/bg/ryo.png
Binary files differ
diff --git a/themes/ryo.nix b/themes/ryo.nix
new file mode 100644
index 0000000..9621624
--- /dev/null
+++ b/themes/ryo.nix
@@ -0,0 +1,32 @@
+{
+ background = "ryo.png";
+
+ colors = {
+ accent = "458588";
+
+ black = "282828"; brightBlack = "928374";
+ red = "cc241d"; brightRed = "fb4934";
+ green = "98971a"; brightGreen = "b8bb26";
+ yellow = "d79921"; brightYellow = "fabd2f";
+ blue = "458588"; brightBlue = "83a598";
+ magenta = "b16286"; brightMagenta = "d3869b";
+ cyan = "689d6a"; brightCyan = "8ec07c";
+ white = "a89984"; brightWhite = "ebdbb2";
+
+ bg = "282828";
+ bg0 = "282828";
+ bg1 = "3c3836";
+ bg2 = "504945";
+ bg3 = "665c54";
+ bg4 = "7c6f64";
+
+ fg = "ebdbb2";
+ fg0 = "fbf1c7";
+ fg1 = "ebdbb2";
+ fg2 = "d5c4a1";
+ fg3 = "bdae93";
+ fg4 = "a89984";
+
+ orange = "d65d0e"; brightOrange = "fe8019";
+ };
+}