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 | |
| parent | 41d37a1f876177413a8fb93cc80b61555306a11c (diff) | |
foot: split out colors
Diffstat (limited to '.config/foot/color_palette.ini')
| -rw-r--r-- | .config/foot/color_palette.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/foot/color_palette.ini b/.config/foot/color_palette.ini new file mode 100644 index 0000000..bcdbea9 --- /dev/null +++ b/.config/foot/color_palette.ini @@ -0,0 +1,27 @@ +[colors] +alpha=0.95 + +background=1c1c1c +foreground=bdc0ba + +regular0=1c1c1c +regular1=db4d6d +regular2=5dac81 +regular3=fad689 +regular4=58b2dc +regular5=b28fce +regular6=78c2c4 +regular7=bdc0ba +bright0=0c0c0c +bright1=cb1b45 +bright2=24936e +bright3=f7d94c +bright4=2ea9df +bright5=986db2 +bright6=81c7d4 +bright7=fffffb + +selection-background=ddd23b +selection-foreground=1c1c1c +jump-labels=bdc0ba 2ea9df +urls=2ea9df |