foot: new colors
This commit is contained in:
parent
8d873ba2e5
commit
b66591d2cb
1 changed files with 20 additions and 20 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
term=xterm-256color
|
term=xterm-256color
|
||||||
|
|
||||||
font=APL386 Unicode:size=8
|
font=APL386 Unicode:weight=bold:size=8
|
||||||
pad=8x8 # optionally append 'center'
|
pad=12x8 # optionally append 'center'
|
||||||
|
|
||||||
[scrollback]
|
[scrollback]
|
||||||
lines=10000
|
lines=10000
|
||||||
|
@ -15,28 +15,28 @@ launch=xdg-open ${url}
|
||||||
color=dcd7ba 6f6f78
|
color=dcd7ba 6f6f78
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background=1f1f28
|
background=ffffff
|
||||||
foreground=dcd7ba
|
foreground=000000
|
||||||
|
|
||||||
## Normal/regular colors (color palette 0-7)
|
## Normal/regular colors (color palette 0-7)
|
||||||
regular0=090618 # black
|
regular0=393939 # black
|
||||||
regular1=c34043 # red
|
regular1=e96161 # red
|
||||||
regular2=76946a # green
|
regular2=3dca84 # green
|
||||||
regular3=c0a36e # yellow
|
regular3=f5ec50 # yellow
|
||||||
regular4=7e9cd8 # blue
|
regular4=4f9afa # blue
|
||||||
regular5=957fb8 # magenta
|
regular5=d949d9 # magenta
|
||||||
regular6=6a9589 # cyan
|
regular6=6de2e2 # cyan
|
||||||
regular7=c8c093 # white
|
regular7=d6d6d6 # white
|
||||||
|
|
||||||
## Bright colors (color palette 8-15)
|
## Bright colors (color palette 8-15)
|
||||||
bright0=727169 # bright black
|
bright0=5c5c5c # bright black
|
||||||
bright1=e82424 # bright red
|
bright1=ff5353 # bright red
|
||||||
bright2=98bb6c # bright green
|
bright2=62ec75 # bright green
|
||||||
bright3=e6c384 # bright yellow
|
bright3=fffb2f # bright yellow
|
||||||
bright4=7fb4ca # bright blue
|
bright4=56c7ff # bright blue
|
||||||
bright5=938aa9 # bright magenta
|
bright5=fd5cff # bright magenta
|
||||||
bright6=7aa89f # bright cyan
|
bright6=48e0ff # bright cyan
|
||||||
bright7=dcd7ba # bright white
|
bright7=ffffff # bright white
|
||||||
|
|
||||||
## Misc colors
|
## Misc colors
|
||||||
# selection-foreground=<inverse foreground/background>
|
# selection-foreground=<inverse foreground/background>
|
||||||
|
|
Loading…
Reference in a new issue