mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -04:00
25 lines
610 B
INI
25 lines
610 B
INI
# -*- conf -*-
|
|
# Fahrenheit
|
|
|
|
[colors-dark]
|
|
cursor=ffffff bbbbbb
|
|
background=000000
|
|
foreground=ffffce
|
|
selection-foreground=ffffce
|
|
selection-background=4e739f
|
|
regular0=1d1d1d # black
|
|
regular1=cda074 # red
|
|
regular2=9e744d # green
|
|
regular3=fecf75 # yellow
|
|
regular4=7f0e0f # blue
|
|
regular5=734c4d # magenta
|
|
regular6=979797 # cyan
|
|
regular7=ffffce # white
|
|
bright0=404040 # bright black
|
|
bright1=fecea0 # bright red
|
|
bright2=cc734d # bright green
|
|
bright3=fd9f4d # bright yellow
|
|
bright4=cb4a05 # bright blue
|
|
bright5=4e739f # bright magenta
|
|
bright6=fed04d # bright cyan
|
|
bright7=ffffff # bright white
|