mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
25 lines
620 B
INI
25 lines
620 B
INI
# -*- conf -*-
|
|
# Electron Highlighter
|
|
|
|
[colors-dark]
|
|
cursor=1a1b27 a5b6d4
|
|
background=23283d
|
|
foreground=a5b6d4
|
|
selection-foreground=a5b6d4
|
|
selection-background=25345a
|
|
regular0=15161f # black
|
|
regular1=ff6c8d # red
|
|
regular2=00ffc3 # green
|
|
regular3=ffd7a9 # yellow
|
|
regular4=77abff # blue
|
|
regular5=daa4f4 # magenta
|
|
regular6=00fdff # cyan
|
|
regular7=778faf # white
|
|
bright0=4a6789 # bright black
|
|
bright1=ff6c8d # bright red
|
|
bright2=00ffc3 # bright green
|
|
bright3=ffd7a9 # bright yellow
|
|
bright4=77abff # bright blue
|
|
bright5=daa4f4 # bright magenta
|
|
bright6=00fdff # bright cyan
|
|
bright7=c3cee2 # bright white
|