Finish gruvbox theme

This commit is contained in:
David Heinemeier Hansson
2024-06-03 12:58:45 -07:00
parent dfcfade274
commit 087a9e331c
5 changed files with 31 additions and 0 deletions

15
themes/zellij/gruvbox.kdl Normal file
View File

@@ -0,0 +1,15 @@
themes {
gruvbox {
fg "#d5c4a1"
bg "#282828"
black "#3c3836"
red "#cc241d"
green "#98971a"
yellow "#d79921"
blue "#3c8588"
magenta "#b16286"
cyan "#689d6a"
white "#fbf1c7"
orange "#d65d0e"
}
}