diff options
Diffstat (limited to 'foot')
-rw-r--r-- | foot/foot.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/foot/foot.ini b/foot/foot.ini index 3817067..429b0e4 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -8,7 +8,7 @@ # title=foot # locked-title=no -font=mononoki Nerd Font Mono:size=10 +font=mononoki Nerd Font Mono:size=7 # font-bold=<bold variant of regular font> # font-italic=<italic variant of regular font> # font-bold-italic=<bold+italic variant of regular font> @@ -77,7 +77,7 @@ foreground=c5c8c6 ## Normal/regular colors (color palette 0-7) regular0=1b1d1c # black regular1=89231d # red -regular2=4eec4e # green +regular2=198844 # green regular3=ae7518 # yellow regular4=2b55b2 # blue regular5=784e93 # magenta @@ -87,7 +87,7 @@ regular7=b4b7b5 # white ## Bright colors (color palette 8-15) bright0=969896 # bright black bright1=cc342b # bright red -bright2=198844 # bright green +bright2=4eec4e # bright green bright3=fba922 # bright yellow bright4=3971ed # bright blue bright5=a36ac7 # bright magenta |