From 016b4ff64090cafeff1ce7a2769b28785865a6a8 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 17 Aug 2024 21:55:59 +0200 Subject: [PATCH] foot: fix ugly italics, fine-tune font weight foot: sync colors --- config/foot/foot.ini | 48 ++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 15 deletions(-) diff --git a/config/foot/foot.ini b/config/foot/foot.ini index bbb73cc3..09673502 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -14,10 +14,10 @@ shell=/bin/fish # font-italic= # font-bold-italic= # font-size-adjustment=0.5 -font=IosevkaTerm Nerd Font Mono:size=12:slant=italic:weight=medium -font-bold=IosevkaTerm Nerd Font Mono:size=12:weight=bold -font-italic=IosevkaTerm Nerd Font Mono:size=12:slant=italic:weight=medium -font-bold-italic=IosevkaTerm Nerd Font Mono:size=12:slant=italic:weight=bold +font=IosevkaTerm Nerd Font Mono:size=12:weight=200 +font-bold=IosevkaTerm Nerd Font Mono:size=12:weight=500 +font-italic=IosevkaTerm Nerd Font Mono:size=12:style=italic:weight=200 +font-bold-italic=IosevkaTerm Nerd Font Mono:size=12:slant=italic:weight=500 # line-height= # letter-spacing=0 # horizontal-letter-offset=0 @@ -103,21 +103,39 @@ background=171819 foreground=f8f8f8 regular0=131516 # black -regular1=E35144 # red -regular2=53CC3D # green -regular3=e4a944 # yellow -regular4=435BE0 # blue +regular1=e45944 # red +regular2=e4a944 # green +regular3=44e499 # yellow +regular4=448fe4 # blue regular5=6f44e4 # magenta -regular6=448fe4 # cyan +regular6=e48144 # cyan regular7=818382 # white bright0=262625 # bright black -bright1=E35144 # bright red -bright2=53CC3D # bright green -bright3=e4a944 # bright yellow -bright4=435BE0 # bright blue +bright1=e45944 # bright red +bright2=e4a944 # bright green +bright3=44e499 # bright yellow +bright4=448fe4 # bright blue bright5=6f44e4 # bright magenta -bright6=448fe4 # bright cyan -bright7=F2F2F2 # bright white +bright6=e48144 # bright cyan +bright7=e2e2e2 # bright white + +# regular0=131516 # black +# regular1=E35144 # red +# regular2=53CC3D # green +# regular3=e4a944 # yellow +# regular4=435BE0 # blue +# regular5=6f44e4 # magenta +# regular6=448fe4 # cyan +# regular7=818382 # white +# bright0=262625 # bright black +# bright1=E35144 # bright red +# bright2=53CC3D # bright green +# bright3=e4a944 # bright yellow +# bright4=435BE0 # bright blue +# bright5=6f44e4 # bright magenta +# bright6=448fe4 # bright cyan +# bright7=e2e2e2 # bright white + ## Normal/regular colors (color palette 0-7) # regular0=242424 # black -- 2.51.2