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