From 1a220f1578ce0e18cffff97ae8ba68d6a4dfea4d Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sat, 8 Jul 2023 04:56:15 +0900 Subject: flavours: control font setting centrally MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/foot/colors.ini | 17 ++++++++++------- .config/foot/foot.ini | 9 +++------ 2 files changed, 13 insertions(+), 13 deletions(-) (limited to '.config/foot') 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 diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 8411c75..4b84ae3 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,18 +1,15 @@ +include=~/.config/foot/colors.ini -# font=Cozette:style=Medium -# font=DejaVu Sans Mono:size=12,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop -font=Iosevka:size=12,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop -dpi-aware=no bold-text-in-bright=no box-drawings-uses-font-glyphs=no resize-delay-ms=0 initial-window-size-pixels=2560x1440 -include=~/.config/foot/colors.ini +pad=0x0 [colors] # color overwrites -alpha=0.95 +alpha=0.98 [bell] urgent=yes -- cgit 1.4.1