mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -04:00
28 lines
647 B
INI
28 lines
647 B
INI
# -*- conf -*-
|
|
# Violet Light
|
|
|
|
[main]
|
|
initial-color-theme=light
|
|
|
|
[colors-light]
|
|
cursor=fcf4dc 536870
|
|
background=fcf4dc
|
|
foreground=536870
|
|
selection-foreground=fcf4dc
|
|
selection-background=595ab7
|
|
regular0=56595c # black
|
|
regular1=c94c22 # red
|
|
regular2=85981c # green
|
|
regular3=b4881d # yellow
|
|
regular4=2e8bce # blue
|
|
regular5=d13a82 # magenta
|
|
regular6=32a198 # cyan
|
|
regular7=b9b6af # white
|
|
bright0=45484b # bright black
|
|
bright1=bd3613 # bright red
|
|
bright2=738a04 # bright green
|
|
bright3=a57705 # bright yellow
|
|
bright4=2176c7 # bright blue
|
|
bright5=c61c6f # bright magenta
|
|
bright6=259286 # bright cyan
|
|
bright7=c9c6bd # bright white
|