diff options
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 }} |