mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -04:00
28 lines
643 B
INI
28 lines
643 B
INI
# -*- conf -*-
|
|
# 3024 Day
|
|
|
|
[main]
|
|
initial-color-theme=light
|
|
|
|
[colors-light]
|
|
cursor=f7f7f7 4a4543
|
|
background=f7f7f7
|
|
foreground=4a4543
|
|
selection-foreground=4a4543
|
|
selection-background=a5a2a2
|
|
regular0=090300 # black
|
|
regular1=db2d20 # red
|
|
regular2=01a252 # green
|
|
regular3=caba00 # yellow
|
|
regular4=01a0e4 # blue
|
|
regular5=a16a94 # magenta
|
|
regular6=8fbece # cyan
|
|
regular7=a5a2a2 # white
|
|
bright0=5c5855 # bright black
|
|
bright1=dbaec3 # bright red
|
|
bright2=3a3432 # bright green
|
|
bright3=4a4543 # bright yellow
|
|
bright4=807d7c # bright blue
|
|
bright5=bcbbba # bright magenta
|
|
bright6=cdab53 # bright cyan
|
|
bright7=f7f7f7 # bright white
|