sets term var & corrects color
This commit is contained in:
parent
a995e6ca43
commit
d863e1c85d
1 changed files with 4 additions and 1 deletions
5
foot.ini
5
foot.ini
|
@ -4,6 +4,8 @@
|
||||||
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
||||||
# login-shell=no
|
# login-shell=no
|
||||||
|
|
||||||
|
term=screen-256color
|
||||||
|
|
||||||
# app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
|
# app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
|
||||||
# title=foot
|
# title=foot
|
||||||
# locked-title=no
|
# locked-title=no
|
||||||
|
@ -77,7 +79,8 @@ blink=yes
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha=0.50
|
alpha=0.50
|
||||||
background=2e3440
|
# background=2e3440
|
||||||
|
background=272e33
|
||||||
# foreground=ffffff
|
# foreground=ffffff
|
||||||
# flash=7f7f00
|
# flash=7f7f00
|
||||||
# flash-alpha=0.5
|
# flash-alpha=0.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue