From 87f74c557a4a90f4d8698ae7c6355d8735ab8af1 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 4 Feb 2024 22:03:27 +0100 Subject: [PATCH] foot: update config --- config/foot/foot.ini | 56 +++++++++++++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 19 deletions(-) diff --git a/config/foot/foot.ini b/config/foot/foot.ini index 68d488ff..77d03746 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -9,7 +9,7 @@ shell=/bin/fish # title=foot # locked-title=no -font=BlexMono Nerd Font:size=11,LiterationMono Nerd Font:size=10 +font=LiterationMono Nerd Font:size=12,LiterationMono Nerd Font:size=10 # font-bold= # font-italic= # font-bold-italic= @@ -82,27 +82,45 @@ label-letters=adfghjkl alpha=0.90 flash=da4453 flash-alpha=0.5 -background=1b1b1b -foreground=fcfcfc +background=181818 +foreground=f8f8f8 # freerunner's colors # Normal/regular colors (color palette 0-7) -regular0=1b1b1b # black -regular1=de5764 # red -regular2=90e33e # green -regular3=ffb852 # yellow -regular4=529aff # blue -regular5=ff86e9 # magenta -regular6=57ded1 # cyan -regular7=eff0f1 # white -bright0=3b4045 # bright black -bright1=de5764 # bright red -bright2=90e33e # bright green -bright3=ffb852 # bright yellow -bright4=529aff # bright blue -bright5=ff86e9 # bright magenta -bright6=57ded1 # bright cyan -bright7=fcfcfc # bright white +# regular0=1b1b1b # black +# regular1=de5764 # red +# regular2=90e33e # green +# regular3=ffb852 # yellow +# regular4=529aff # blue +# regular5=ff86e9 # magenta +# regular6=57ded1 # cyan +# regular7=eff0f1 # white +# bright0=3b4045 # bright black +# bright1=de5764 # bright red +# bright2=90e33e # bright green +# bright3=ffb852 # bright yellow +# bright4=529aff # bright blue +# bright5=ff86e9 # bright magenta +# bright6=57ded1 # bright cyan +# bright7=fcfcfc # bright white + +# base16 default dark +regular0=181818 # black +regular1=ab4642 # red +regular2=a1b56c # green +regular3=f7ca88 # yellow +regular4=7cafc2 # blue +regular5=ba8baf # magenta +regular6=86c1b9 # cyan +regular7=d8d8d8 # white +bright0=585858 # bright black +bright1=ab4642 # bright red +bright2=a1b56c # bright green +bright3=f7ca88 # bright yellow +bright4=7cafc2 # bright blue +bright5=ba8baf # bright magenta +bright6=86c1b9 # bright cyan +bright7=f8f8f8 # bright white # cosmic colors ## Normal/regular colors (color palette 0-7) -- 2.51.2