mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
25 lines
611 B
INI
25 lines
611 B
INI
# -*- conf -*-
|
|
# Forest Blue
|
|
|
|
[colors-dark]
|
|
cursor=000000 9e9ecb
|
|
background=051519
|
|
foreground=e2d8cd
|
|
selection-foreground=ffffff
|
|
selection-background=4d4d4d
|
|
regular0=333333 # black
|
|
regular1=f8818e # red
|
|
regular2=92d3a2 # green
|
|
regular3=1a8e63 # yellow
|
|
regular4=8ed0ce # blue
|
|
regular5=5e468c # magenta
|
|
regular6=31658c # cyan
|
|
regular7=e2d8cd # white
|
|
bright0=4a4a4a # bright black
|
|
bright1=fb3d66 # bright red
|
|
bright2=6bb48d # bright green
|
|
bright3=30c85a # bright yellow
|
|
bright4=39a7a2 # bright blue
|
|
bright5=7e62b3 # bright magenta
|
|
bright6=6096bf # bright cyan
|
|
bright7=e2d8cd # bright white
|