mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -04:00
28 lines
641 B
INI
28 lines
641 B
INI
# -*- conf -*-
|
|
# GitHub
|
|
|
|
[main]
|
|
initial-color-theme=light
|
|
|
|
[colors-light]
|
|
cursor=f4f4f4 3f3f3f
|
|
background=f4f4f4
|
|
foreground=3e3e3e
|
|
selection-foreground=535353
|
|
selection-background=a9c1e2
|
|
regular0=3e3e3e # black
|
|
regular1=970b16 # red
|
|
regular2=07962a # green
|
|
regular3=c5bb94 # yellow
|
|
regular4=003e8a # blue
|
|
regular5=e94691 # magenta
|
|
regular6=7cc4df # cyan
|
|
regular7=b2b2b2 # white
|
|
bright0=666666 # bright black
|
|
bright1=de0000 # bright red
|
|
bright2=7ac895 # bright green
|
|
bright3=d7b600 # bright yellow
|
|
bright4=2e6cba # bright blue
|
|
bright5=f29592 # bright magenta
|
|
bright6=00c7cb # bright cyan
|
|
bright7=ffffff # bright white
|