mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
29 lines
657 B
INI
29 lines
657 B
INI
|
|
# -*- conf -*-
|
||
|
|
# iTerm2 Solarized Light
|
||
|
|
|
||
|
|
[main]
|
||
|
|
initial-color-theme=light
|
||
|
|
|
||
|
|
[colors-light]
|
||
|
|
cursor=eee8d5 657b83
|
||
|
|
background=fdf6e3
|
||
|
|
foreground=657b83
|
||
|
|
selection-foreground=586e75
|
||
|
|
selection-background=eee8d5
|
||
|
|
regular0=073642 # black
|
||
|
|
regular1=dc322f # red
|
||
|
|
regular2=859900 # green
|
||
|
|
regular3=b58900 # yellow
|
||
|
|
regular4=268bd2 # blue
|
||
|
|
regular5=d33682 # magenta
|
||
|
|
regular6=2aa198 # cyan
|
||
|
|
regular7=bbb5a2 # white
|
||
|
|
bright0=002b36 # bright black
|
||
|
|
bright1=cb4b16 # bright red
|
||
|
|
bright2=586e75 # bright green
|
||
|
|
bright3=657b83 # bright yellow
|
||
|
|
bright4=839496 # bright blue
|
||
|
|
bright5=6c71c4 # bright magenta
|
||
|
|
bright6=93a1a1 # bright cyan
|
||
|
|
bright7=fdf6e3 # bright white
|