diff options
Diffstat (limited to 'foot/foot.ini')
| -rw-r--r-- | foot/foot.ini | 41 |
1 files changed, 19 insertions, 22 deletions
diff --git a/foot/foot.ini b/foot/foot.ini index 65affb1..70555b8 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -34,7 +34,7 @@ line-height=20 # workers=<number of logical CPUs> # include=/usr/share/foot/themes/monokai-pro -include=/usr/share/foot/themes/tango +# include=/usr/share/foot/themes/tango [environment] # name=value @@ -60,7 +60,7 @@ include=/usr/share/foot/themes/tango [cursor] # style=block -# color=<inverse foreground/background> +color=000000 babdb6 # blink=no # beam-thickness=1.5 # underline-thickness=<font underline thickness> @@ -71,30 +71,27 @@ include=/usr/share/foot/themes/tango [colors] alpha=1.0 -foreground=dcdcdc -# foreground=dcdccc -# background=111111 -# background=080808 +foreground=eaeaea +background=000000 ## Normal/regular colors (color palette 0-7) -# regular0=222222 # black -# regular1=cc9393 # red -# regular2=7f9f7f # green -# regular3=d0bf8f # yellow -# regular4=6ca0a3 # blue -# regular5=dc8cc3 # magenta -# regular6=93e0e3 # cyan -# regular7=dcdccc # white -regular7=dcdcdc +regular0=000000 # black +regular1=d54e53 # red +regular2=00af00 # green +regular3=e6c547 # yellow +regular4=7aa6da # blue +regular5=c397d8 # magenta +regular6=70c0ba # cyan +regular7=ffffff # white ## Bright colors (color palette 8-15) -# bright0=666666 # bright black -# bright1=dca3a3 # bright red -# bright2=bfebbf # bright green -# bright3=f0dfaf # bright yellow -# bright4=8cd0d3 # bright blue -# bright5=fcace3 # bright magenta -# bright6=b3ffff # bright cyan +bright0=666666 # bright black +bright1=ff3334 # bright red +bright2=00cf00 # bright green +bright3=e7c547 # bright yellow +bright4=7aa6da # bright blue +bright5=b77ee0 # bright magenta +bright6=54ced6 # bright cyan bright7=ffffff # bright white ## dimmed colors (see foot.ini(5) man page) |
