diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-19 18:49:59 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-03-21 12:35:42 +0100 |
| commit | 582505acf1580b1fe1c73d1167bb7588b3eeaab2 (patch) | |
| tree | 54ae28cb25f9744fa859a57d249680bd69b733e6 /.config/foot/color_palette.ini.in | |
| parent | 5c36687086d208cfd842ca5b17539d2decd423b2 (diff) | |
foot: use flavours config
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/foot/color_palette.ini.in')
| -rw-r--r-- | .config/foot/color_palette.ini.in | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.config/foot/color_palette.ini.in b/.config/foot/color_palette.ini.in deleted file mode 100644 index bfaaaa4..0000000 --- a/.config/foot/color_palette.ini.in +++ /dev/null @@ -1,32 +0,0 @@ -# auto-generated theme - -[cursor] -color={{ hex_noprefix .normal_black }} {{ hex_noprefix .normal_yellow }} - -[colors] -alpha=0.95 - -background={{ hex_noprefix .bright_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 .dim_white }} -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={{ 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 }} |