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/colors.ini | |
| parent | 5c36687086d208cfd842ca5b17539d2decd423b2 (diff) | |
foot: use flavours config
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/foot/colors.ini')
| -rw-r--r-- | .config/foot/colors.ini | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.config/foot/colors.ini b/.config/foot/colors.ini new file mode 100644 index 0000000..0d0a06b --- /dev/null +++ b/.config/foot/colors.ini @@ -0,0 +1,25 @@ +# Base16 Karafuru Dark - foot color config +# robertgzr +[colors] +background=0c0c0c +foreground=bdc0ba + +# Normal colors +regular0=0c0c0c # Black, could also be base01 +regular1=db4d6d # Red +regular2=5dac81 # Green +regular3=fad689 # Yellow +regular4=58b2dc # Blue +regular5=70649a # Magenta +regular6=69b0ac # Cyan +regular7=bdc0ba # White + +# Bright colors +bright0=1c1c1c +bright1=cb1b45 +bright2=86c166 +bright3=f7d94c +bright4=2ea9df +bright5=8a6bbe +bright6=81c7d4 +bright7=fffffb |