From 17e750271cb9b98799579e7653c1a1e42e6a389b Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 23 Dec 2023 15:02:11 +0100 Subject: [PATCH] foot: my colors --- config/foot/foot.ini | 51 ++++++++++++++++++-------------------------- 1 file changed, 21 insertions(+), 30 deletions(-) diff --git a/config/foot/foot.ini b/config/foot/foot.ini index 068a1c1d..b6cb2797 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -1,4 +1,4 @@ -# -*- conf -*- +222528# -*- conf -*- # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # term=foot (or xterm-256color if built with -Dterminfo=disabled) @@ -81,39 +81,30 @@ label-letters=adfghjkl [colors] alpha=0.90 -[colors] -# background=242124 -# foreground=f5f5f5 -# # flash=7f7f00 -# # flash-alpha=0.5 +flash=da4453 +flash-alpha=0.5 +background=222528 +foreground=eff0f1 # ## Normal/regular colors (color palette 0-7) -# regular0=242424 # black -# # regular1=f62b5a # red -# # regular2=47b413 # green -# regular2=91bc61 # bright green -# regular3=ffb852 # yellow -# # regular4=24acd4 # blue -# regular4=5d81d2 -# regular5=776d96 # magenta -# # regular6=13c299 # cyan -# regular6=90e0e0 -# regular7=f5f5f5 # white +regular0=222528 # black +regular1=da4453 # red +regular2=47de70 # green +regular3=fdbc4b # yellow +regular4=7cafc2 # blue +regular5=a87cc2 # magenta +regular6=7cc28f # cyan +regular7=eff0f1 # white # ## Bright colors (color palette 8-15) -# bright0=f5f5f5 # bright black -# # bright1=ff4d51 # bright red -# # bright2=35d450 # bright green -# bright2=91bc61 # bright green -# # bright3=e9e836 # bright yellow -# bright3=ffb852 # bright yellow -# # bright4=5dc5f8 # bright blue -# bright4=5d81d2 -# # bright5=feabf2 # bright magenta -# bright5=776d96 # magenta -# # bright6=24dfc4 # bright cyan -# bright6=90e0e0 -# bright7=ffffff # bright white +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 ## dimmed colors (see foot.ini(5) man page) # dim0= -- 2.51.2