diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:07:32 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:07:32 +0100 |
| commit | 5a7b0d9530d61ce2f2344306f47cb214c3460e09 (patch) | |
| tree | a71f925637f8975594f8cfc98ad7b43f8142a99d /.config/foot/color_palette.ini.in | |
| parent | 27612a971ed53b20a858875e8437649f96ecef61 (diff) | |
foot: update config
Diffstat (limited to '.config/foot/color_palette.ini.in')
| -rw-r--r-- | .config/foot/color_palette.ini.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/foot/color_palette.ini.in b/.config/foot/color_palette.ini.in index 77135ea..1cc8a6e 100644 --- a/.config/foot/color_palette.ini.in +++ b/.config/foot/color_palette.ini.in @@ -1,3 +1,8 @@ +# auto-generated theme + +[cursor] +color={{ hex_noprefix .normal_black }} {{ hex_noprefix .normal_yellow }} + [colors] alpha=0.95 @@ -21,7 +26,7 @@ bright5={{ hex_noprefix .bright_magenta }} bright6={{ hex_noprefix .bright_cyan }} bright7={{ hex_noprefix .bright_white }} -selection-background=ddd23b +selection-background={{ hex_noprefix .normal_yellow }} selection-foreground={{ hex_noprefix .normal_black }} jump-labels={{ hex_noprefix .normal_white }} {{ hex_noprefix .bright_blue }} urls={{ hex_noprefix .bright_blue }} |