diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-07-19 17:31:47 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-07-19 17:31:47 +0100 |
| commit | 9b6faa23c9a2d1649831876f831f780d4e6314bf (patch) | |
| tree | 075a770a74df9ee4aa7000985b4d0b0fcce03b56 /.config/foot/foot.ini | |
| parent | 10401fe999c052bcc9d4f3c9c26933a48afe57e6 (diff) | |
Changed backgrounds from pure black to the Gruvbox default #282828
Diffstat (limited to '.config/foot/foot.ini')
| -rwxr-xr-x | .config/foot/foot.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 93133f3..02f8ff8 100755 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -74,11 +74,11 @@ unfocused-style=none # alternate-scroll-mode=yes [colors-dark] -alpha=0.8 +alpha=0.9 # background=002b36 # foreground=839496 -background=000000 +background=282828 foreground=ebdbb2 regular0=282828 regular1=cc241d |
