diff options
| author | Robert Günzler <r@gnzler.io> | 2021-11-02 18:03:18 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-11-02 19:06:50 +0100 |
| commit | a82662f17e2cc5393fad81164fcb77e5493a6d4e (patch) | |
| tree | 8c80bc51cb12e8b81ee57753587ac8d23d070c2c /.config/foot/color_palette.ini.in | |
| parent | 41d37a1f876177413a8fb93cc80b61555306a11c (diff) | |
foot: split out colors
Diffstat (limited to '.config/foot/color_palette.ini.in')
| -rw-r--r-- | .config/foot/color_palette.ini.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/foot/color_palette.ini.in b/.config/foot/color_palette.ini.in new file mode 100644 index 0000000..77135ea --- /dev/null +++ b/.config/foot/color_palette.ini.in @@ -0,0 +1,27 @@ +[colors] +alpha=0.95 + +background={{ hex_noprefix .normal_black }} +foreground={{ hex_noprefix .normal_white }} + +regular0={{ hex_noprefix .normal_black }} +regular1={{ hex_noprefix .normal_red }} +regular2={{ hex_noprefix .normal_green }} +regular3={{ hex_noprefix .normal_yellow }} +regular4={{ hex_noprefix .normal_blue }} +regular5={{ hex_noprefix .normal_magenta }} +regular6={{ hex_noprefix .normal_cyan }} +regular7={{ hex_noprefix .normal_white }} +bright0={{ hex_noprefix .bright_black }} +bright1={{ hex_noprefix .bright_red }} +bright2={{ hex_noprefix .bright_green }} +bright3={{ hex_noprefix .bright_yellow }} +bright4={{ hex_noprefix .bright_blue }} +bright5={{ hex_noprefix .bright_magenta }} +bright6={{ hex_noprefix .bright_cyan }} +bright7={{ hex_noprefix .bright_white }} + +selection-background=ddd23b +selection-foreground={{ hex_noprefix .normal_black }} +jump-labels={{ hex_noprefix .normal_white }} {{ hex_noprefix .bright_blue }} +urls={{ hex_noprefix .bright_blue }} |