blob: 962428b0dd7a8fdfc4df1c0d0685d2c5979375b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# -*- conf -*-
#
# modus-operandi
# See: https://protesilaos.com/emacs/modus-themes
#
# exchanged regular0 <=> bright7
# and regular7 <=> bright0
# as setting the BLACK colors as WHITEs instead
# seems to fix text issues on TUIs
[main]
initial-color-theme=light
[colors-light]
background=ffffff
foreground=000000
regular0=ffffff
regular1=a60000
regular2=005e00
regular3=813e00
regular4=0031a9
regular5=721045
regular6=00538b
regular7=595959
bright0=bfbfbf
bright1=972500
bright2=315b00
bright3=70480f
bright4=2544bb
bright5=5317ac
bright6=005a5f
bright7=000000
jump-labels=dce0e8 0000ff
|