mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
29 lines
645 B
INI
29 lines
645 B
INI
|
|
# -*- conf -*-
|
||
|
|
# Nvim Light
|
||
|
|
|
||
|
|
[main]
|
||
|
|
initial-color-theme=light
|
||
|
|
|
||
|
|
[colors-light]
|
||
|
|
cursor=14161b 9b9ea4
|
||
|
|
background=e0e2ea
|
||
|
|
foreground=14161b
|
||
|
|
selection-foreground=14161b
|
||
|
|
selection-background=9b9ea4
|
||
|
|
regular0=07080d # black
|
||
|
|
regular1=590008 # red
|
||
|
|
regular2=005523 # green
|
||
|
|
regular3=6b5300 # yellow
|
||
|
|
regular4=004c73 # blue
|
||
|
|
regular5=470045 # magenta
|
||
|
|
regular6=007373 # cyan
|
||
|
|
regular7=a1a4ab # white
|
||
|
|
bright0=4f5258 # bright black
|
||
|
|
bright1=590008 # bright red
|
||
|
|
bright2=005523 # bright green
|
||
|
|
bright3=6b5300 # bright yellow
|
||
|
|
bright4=004c73 # bright blue
|
||
|
|
bright5=470045 # bright magenta
|
||
|
|
bright6=007373 # bright cyan
|
||
|
|
bright7=eef1f8 # bright white
|