foot: adjust colors
This commit is contained in:
parent
a80831f2b0
commit
0cc52cf8cc
1 changed files with 8 additions and 2 deletions
|
@ -8,8 +8,8 @@ font=monospace:size=10
|
|||
launch=linkhandler ${url}
|
||||
|
||||
[colors]
|
||||
foreground=f2f0ec
|
||||
background=1a1a1a
|
||||
foreground=f2f0ec
|
||||
regular0=1a1a1a # black
|
||||
regular1=f2777a # red
|
||||
regular2=99cc99 # green
|
||||
|
@ -25,7 +25,13 @@ bright3=ffcc66 # bright yellow
|
|||
bright4=a09f93 # bright blue
|
||||
bright5=e8e6df # bright magenta
|
||||
bright6=d27b53 # bright cyan
|
||||
bright7=ffffff # bright white
|
||||
bright7=f2f0ec # bright white
|
||||
|
||||
selection-background=f2f0ec
|
||||
selection-foreground=1a1a1a
|
||||
urls=a09f93
|
||||
jump-labels=2d2d2d ffcc66
|
||||
scrollback-indicator=2d2d2d a09f93
|
||||
|
||||
[key-bindings]
|
||||
clipboard-copy=Mod1+c
|
||||
|
|
Loading…
Reference in a new issue