From d429fdc231c48059bc6d2553043df234dddb3a17 Mon Sep 17 00:00:00 2001 From: Prateek Yadav <55643849+kkYrusobad@users.noreply.github.com> Date: Fri, 19 Nov 2021 14:33:13 +0530 Subject: [PATCH] Create gruvbox.css Gruvbox color scheme for the startpage. --- themes/gruvbox.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 themes/gruvbox.css diff --git a/themes/gruvbox.css b/themes/gruvbox.css new file mode 100644 index 0000000..7fb4bce --- /dev/null +++ b/themes/gruvbox.css @@ -0,0 +1,23 @@ +/* gruv for starttree */ +:root { + --background: #282828; + --foreground: #ebdbb2; + --cursor: #bfc7c7; + + --color0: #282828; + --color1: #cc241d; + --color2: #98971a; + --color3: #d79921; + --color4: #458588; + --color5: #b16286; + --color6: #689d6a; + --color7: #a89984; + --color8: #928374; + --color9: #fb4934; + --color10: #b8bb26; + --color11: #fabd2f; + --color12: #83a598; + --color13: #d3869b; + --color14: #8ec07c; + --color15: #ebdbb2; +}