diff options
Diffstat (limited to 'config/foot')
-rw-r--r-- | config/foot/foot.ini | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/config/foot/foot.ini b/config/foot/foot.ini index e7c7ae4..47ba8be 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -4,7 +4,7 @@ # term=foot (or xterm-256color if built with -Dterminfo=disabled) # login-shell=no -font=SauceCodePro Nerd Font:size=9 +font=JetBrainsMono Nerd Font:size=9 # font-bold=<bold variant of regular font> # font-italic=<italic variant of regular font> # font-bold-italic=<bold+italic variant of regular font> @@ -49,24 +49,26 @@ hide-when-typing=yes [colors] # alpha=1.0 -background=0xfdf6e3 -foreground=0x586e75 -regular0=0x073642 # black -regular1=0xdc322f # red -regular2=0x859900 # green -regular3=0xb58900 # yellow -regular4=0x268bd2 # blue -regular5=0xd33682 # magenta -regular6=0x2aa198 # cyan -regular7=0xeee8d5 # white -bright0=0x002b36 # bright black -bright1=0xcb4b16 # bright red -bright2=0x586e75 # bright green -bright3=0x657b83 # bright yellow -bright4=0x839496 # bright blue -bright5=0x6c71c4 # bright magenta -bright6=0x93a1a1 # bright cyan -bright7=0xfdf6e3 # bright white +background=0xeff0f2 +foreground=0x4a4b4e +regular0=0x4a4b4e +regular1=0xa32a3a +regular2=0x206620 +regular3=0x745300 +regular4=0x4b529a +regular5=0x8d377e +regular6=0x086784 +regular7=0xdee2e0 +bright0=0x676364 +bright1=0xa64822 +bright2=0x187408 +bright3=0x8b590a +bright4=0x5c59b2 +bright5=0x8e45a8 +bright6=0x3f649c +bright7=0xeff0f2 + + # selection-foreground=<inverse foreground/background> # selection-background=<inverse foreground/background> # jump-labels=<regular0> <regular3> |