diff options
| author | Robert Günzler <r@gnzler.io> | 2022-09-28 19:21:19 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-09-28 19:21:19 +0200 |
| commit | c22b8bff0314f8ad0dc765fa8fc9a2bb38d16416 (patch) | |
| tree | 1833b761b2b42e8098f6172570d710ec3d8c599e /.config/foot/color_palette.ini.in | |
| parent | ee23c0d9680d5b68a1e8da6d3021aca6c636e3ca (diff) | |
foot: update colors and config
Diffstat (limited to '.config/foot/color_palette.ini.in')
| -rw-r--r-- | .config/foot/color_palette.ini.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/foot/color_palette.ini.in b/.config/foot/color_palette.ini.in index cd539ce..bfaaaa4 100644 --- a/.config/foot/color_palette.ini.in +++ b/.config/foot/color_palette.ini.in @@ -6,7 +6,7 @@ color={{ hex_noprefix .normal_black }} {{ hex_noprefix .normal_yellow }} [colors] alpha=0.95 -background={{ hex_noprefix .normal_black }} +background={{ hex_noprefix .bright_black }} foreground={{ hex_noprefix .normal_white }} regular0={{ hex_noprefix .normal_black }} |