diff options
| author | Robert Günzler <r@gnzler.io> | 2023-07-08 04:56:15 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-07-08 04:56:15 +0900 |
| commit | 1a220f1578ce0e18cffff97ae8ba68d6a4dfea4d (patch) | |
| tree | b29a95e5661a37d698bc31448cd8c3933052d0d4 /.config/foot/colors.ini | |
| parent | 06d77d2ba07e6191792a546d7fe15683cc026578 (diff) | |
flavours: control font setting centrally
Signed-off-by: Robert Günzler <r@gnzler.io>
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 |