From 37d660f4cb83d738c22e40fe0a149791e90796d4 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 18 Jan 2024 00:27:16 +0100 Subject: [PATCH] foot: update color scheme --- config/foot/foot.ini | 58 +++++++++++++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 20 deletions(-) diff --git a/config/foot/foot.ini b/config/foot/foot.ini index d2adc9cb..68d488ff 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -9,8 +9,6 @@ shell=/bin/fish # title=foot # locked-title=no -include=~/.config/foot/base16/colors/base16-default-dark.ini - font=BlexMono Nerd Font:size=11,LiterationMono Nerd Font:size=10 # font-bold= # font-italic= @@ -84,28 +82,48 @@ label-letters=adfghjkl alpha=0.90 flash=da4453 flash-alpha=0.5 -background=27272A -foreground=eff0f1 +background=1b1b1b +foreground=fcfcfc + +# 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 +# cosmic colors ## Normal/regular colors (color palette 0-7) -regular0=222528 # black -regular1=da4453 # red -regular2=47de70 # green -regular3=fdbc4b # yellow -regular4=7cafc2 # blue -regular5=a87cc2 # magenta -regular6=7cc28f # cyan -regular7=eff0f1 # white +# regular0=1b1b1b # black +# regular1=f16161 # red +# regular2=7cb987 # green +# regular3=ddc74c # yellow +# regular4=6296be # blue +# regular5=be6dee # magenta +# regular6=49bac8 # cyan +# regular7=bebebe # white ## Bright colors (color palette 8-15) -bright0=3b4045 # bright black -bright1=da4453 # bright red -bright2=47de70 # bright green -bright3=fdbc4b # bright yellow -bright4=7cafc2 # bright blue -bright5=a87cc2 # bright magenta -bright6=7cc28f # bright cyan -bright7=fcfcfc # bright white +# bright0=808080 # bright black +# bright1=ff8985 # bright red +# bright2=97d5a0 # bright green +# bright3=fae365 # bright yellow +# bright4=7db1da # bright blue +# bright5=d68eff # bright magenta +# bright6=49bac8 # bright cyan +# bright7=c4c4c4 # bright white ## dimmed colors (see foot.ini(5) man page) # dim0= -- 2.51.2