Revert "foot: Use the default colour scheme"
This reverts commit 3f245ac362
.
This commit is contained in:
parent
a8f9cc30d1
commit
386cc0c75b
1 changed files with 23 additions and 1 deletions
|
@ -15,12 +15,34 @@ lines = 0
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
style = underline
|
style = underline
|
||||||
color = 181818 cdcdcd
|
color = 111111 dcdccc
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
hide-when-typing = no
|
hide-when-typing = no
|
||||||
alternate-scroll-mode = no
|
alternate-scroll-mode = no
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
alpha = 0.8
|
||||||
|
foreground = dddddd
|
||||||
|
background = 000000
|
||||||
|
|
||||||
|
regular0 = 000000 # black
|
||||||
|
regular1 = cc0403 # red
|
||||||
|
regular2 = 19cb00 # green
|
||||||
|
regular3 = cecb00 # yellow
|
||||||
|
regular4 = 0d73cc # blue
|
||||||
|
regular5 = cb1ed1 # magenta
|
||||||
|
regular6 = 0dcdcd # cyan
|
||||||
|
regular7 = dddddd # white
|
||||||
|
bright0 = 767676 # bright black
|
||||||
|
bright1 = f2201f # bright red
|
||||||
|
bright2 = 23fd00 # bright green
|
||||||
|
bright3 = fffd00 # bright yellow
|
||||||
|
bright4 = 1a8fff # bright blue
|
||||||
|
bright5 = fd28ff # bright magenta
|
||||||
|
bright6 = 14ffff # bright cyan
|
||||||
|
bright7 = ffffff # bright white
|
||||||
|
|
||||||
[key-bindings]
|
[key-bindings]
|
||||||
scrollback-up-page = Page_Up
|
scrollback-up-page = Page_Up
|
||||||
scrollback-down-page = Page_Down
|
scrollback-down-page = Page_Down
|
||||||
|
|
Loading…
Reference in a new issue