diff options
Diffstat (limited to '.config/foot/themes/gruvbox-dark')
-rw-r--r-- | .config/foot/themes/gruvbox-dark | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/foot/themes/gruvbox-dark b/.config/foot/themes/gruvbox-dark new file mode 100644 index 0000000..7320719 --- /dev/null +++ b/.config/foot/themes/gruvbox-dark @@ -0,0 +1,22 @@ +# -*- conf -*- +# Gruvbox + +[colors] +background=282828 +foreground=ebdbb2 +regular0=282828 +regular1=cc241d +regular2=98971a +regular3=d79921 +regular4=458588 +regular5=b16286 +regular6=689d6a +regular7=a89984 +bright0=928374 +bright1=fb4934 +bright2=b8bb26 +bright3=fabd2f +bright4=83a598 +bright5=d3869b +bright6=8ec07c +bright7=ebdbb2 |