diff options
Diffstat (limited to '.config/foot/colors.ini')
| -rw-r--r-- | .config/foot/colors.ini | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/.config/foot/colors.ini b/.config/foot/colors.ini index 0d0a06b..890308f 100644 --- a/.config/foot/colors.ini +++ b/.config/foot/colors.ini @@ -1,17 +1,20 @@ # Base16 Karafuru Dark - foot color config # robertgzr + +font=DejaVu Sans Mono:size=11,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop # + [colors] background=0c0c0c -foreground=bdc0ba +foreground=fffffb # Normal colors -regular0=0c0c0c # Black, could also be base01 +regular0=0c0c0c # Black regular1=db4d6d # Red regular2=5dac81 # Green regular3=fad689 # Yellow regular4=58b2dc # Blue -regular5=70649a # Magenta -regular6=69b0ac # Cyan +regular5=69b0ac # Magenta +regular6=70649a # Cyan regular7=bdc0ba # White # Bright colors @@ -20,6 +23,6 @@ bright1=cb1b45 bright2=86c166 bright3=f7d94c bright4=2ea9df -bright5=8a6bbe -bright6=81c7d4 -bright7=fffffb +bright5=81c7d4 +bright6=8a6bbe +bright7=fffffb \ No newline at end of file |