foot: Use the default colour scheme
foot switched to using Starlight as the default colour scheme. It seems good so let's just use that. https://github.com/CosmicToast/starlight
This commit is contained in:
parent
b5495391da
commit
3f245ac362
1 changed files with 1 additions and 23 deletions
|
@ -16,34 +16,12 @@ lines = 0
|
|||
|
||||
[cursor]
|
||||
style = underline
|
||||
color = 111111 dcdccc
|
||||
color = 181818 cdcdcd
|
||||
|
||||
[mouse]
|
||||
hide-when-typing = 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]
|
||||
scrollback-up-page = Page_Up
|
||||
scrollback-down-page = Page_Down
|
||||
|
|
Loading…
Reference in a new issue