diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-11-26 12:09:01 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-11-26 12:09:01 -0500 |
| commit | a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0 (patch) | |
| tree | 6343ceeb8024d0b4be2732e1fe640bd456a16157 /foot | |
| parent | 0a29ee6e5384874704c2f34df9224d707bdf4e7a (diff) | |
| download | rivercfg-a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0.tar.gz rivercfg-a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0.tar.xz | |
from nord to gruvbox
Diffstat (limited to 'foot')
| -rw-r--r-- | foot/foot.ini | 84 |
1 files changed, 53 insertions, 31 deletions
diff --git a/foot/foot.ini b/foot/foot.ini index fc5ec99..36d943d 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -59,38 +59,60 @@ indicator-position=relative # hide-when-typing=no hide-when-typing=yes +# Gruvbox [colors] -cursor = 282C34 d8dee9 -alpha = 0.90 -foreground = d8dee9 -background = 282C34 - -regular0 = 3b4252 -regular1 = bf616a -regular2 = a3be8c -regular3 = ebcb8b -regular4 = 81a1c1 -regular5 = b48ead -regular6 = 88c0d0 -regular7 = e5e9f0 - -bright0 = 4c566a -bright1 = bf616a -bright2 = a3be8c -bright3 = ebcb8b -bright4 = 81a1c1 -bright5 = b48ead -bright6 = 8fbcbb -bright7 = eceff4 - -dim0 = 373e4d -dim1 = 94545d -dim2 = 809575 -dim3 = b29e75 -dim4 = 68809a -dim5 = 8c738c -dim6 = 6d96a5 -dim7 = aeb3bb +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 + +# Nord +# [colors] +# cursor = 282C34 d8dee9 +# alpha = 0.98 +# foreground = d8dee9 +# background = 282C34 + +# regular0 = 3b4252 +# regular1 = bf616a +# regular2 = a3be8c +# regular3 = ebcb8b +# regular4 = 81a1c1 +# regular5 = b48ead +# regular6 = 88c0d0 +# regular7 = e5e9f0 + +# bright0 = 4c566a +# bright1 = bf616a +# bright2 = a3be8c +# bright3 = ebcb8b +# bright4 = 81a1c1 +# bright5 = b48ead +# bright6 = 8fbcbb +# bright7 = eceff4 + +# dim0 = 373e4d +# dim1 = 94545d +# dim2 = 809575 +# dim3 = b29e75 +# dim4 = 68809a +# dim5 = 8c738c +# dim6 = 6d96a5 +# dim7 = aeb3bb [csd] |
