mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -04:00
29 lines
713 B
INI
29 lines
713 B
INI
# -*- conf -*-
|
|
# Modus Operandi Tinted
|
|
# made by Protesilaos Stavrou (https://protesilaos.com/)
|
|
|
|
[main]
|
|
initial-color-theme=light
|
|
|
|
[colors-light]
|
|
cursor=fbf7f0 d00000
|
|
background=fbf7f0
|
|
foreground=000000
|
|
selection-foreground=000000
|
|
selection-background=c2bcb5
|
|
regular0=000000 # black
|
|
regular1=a60000 # red
|
|
regular2=006800 # green
|
|
regular3=6f5500 # yellow
|
|
regular4=0031a9 # blue
|
|
regular5=721045 # magenta
|
|
regular6=005e8b # cyan
|
|
regular7=a6a6a6 # white
|
|
bright0=595959 # bright black
|
|
bright1=972500 # bright red
|
|
bright2=00663f # bright green
|
|
bright3=884900 # bright yellow
|
|
bright4=3548cf # bright blue
|
|
bright5=531ab6 # bright magenta
|
|
bright6=005f5f # bright cyan
|
|
bright7=595959 # bright white
|