rice/dots/.config/foot/foot.ini

52 lines
1.2 KiB
INI
Raw Normal View History

2023-09-02 19:47:37 +00:00
# -*- conf -*-
font=APL386 Unicode:size=8
pad=8x8 # optionally append 'center'
[scrollback]
lines=10000
[url]
launch=xdg-open ${url}
[cursor]
color=dcd7ba 6f6f78
[colors]
background=1f1f28
foreground=dcd7ba
## Normal/regular colors (color palette 0-7)
regular0=090618 # black
regular1=c34043 # red
regular2=76946a # green
regular3=c0a36e # yellow
regular4=7e9cd8 # blue
regular5=957fb8 # magenta
regular6=6a9589 # cyan
regular7=c8c093 # white
## Bright colors (color palette 8-15)
bright0=727169 # bright black
bright1=e82424 # bright red
bright2=98bb6c # bright green
bright3=e6c384 # bright yellow
bright4=7fb4ca # bright blue
bright5=938aa9 # bright magenta
bright6=7aa89f # bright cyan
bright7=dcd7ba # bright white
## Misc colors
# selection-foreground=<inverse foreground/background>
# selection-background=<inverse foreground/background>
# jump-labels=<regular0> <regular3> # black-on-yellow
# scrollback-indicator=<regular0> <bright4> # black-on-bright-blue
# search-box-no-match=<regular0> <regular1> # black-on-red
# search-box-match=<regular0> <regular3> # black-on-yellow
# urls=<regular3>
[key-bindings]
show-urls-launch=Control+Shift+l
# vim: ft=dosini