mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-04 06:46:48 -04:00
26 lines
606 B
INI
26 lines
606 B
INI
|
|
# -*- conf -*-
|
||
|
|
# Heeler
|
||
|
|
|
||
|
|
[colors-dark]
|
||
|
|
cursor=000000 ffffff
|
||
|
|
background=211f46
|
||
|
|
foreground=fdfdfd
|
||
|
|
selection-foreground=2eff58
|
||
|
|
selection-background=2b2c41
|
||
|
|
regular0=000000 # black
|
||
|
|
regular1=e44c2e # red
|
||
|
|
regular2=bdd100 # green
|
||
|
|
regular3=f4ce65 # yellow
|
||
|
|
regular4=5ba5f2 # blue
|
||
|
|
regular5=ff95c2 # magenta
|
||
|
|
regular6=ff9763 # cyan
|
||
|
|
regular7=ffffff # white
|
||
|
|
bright0=4c4c4c # bright black
|
||
|
|
bright1=e44c2e # bright red
|
||
|
|
bright2=bdd100 # bright green
|
||
|
|
bright3=f4ce65 # bright yellow
|
||
|
|
bright4=0088ff # bright blue
|
||
|
|
bright5=ff95c2 # bright magenta
|
||
|
|
bright6=8da6e4 # bright cyan
|
||
|
|
bright7=ffffff # bright white
|