blob: 54966707ad9eec1b6556800190f94b78bb257d26 (
plain) (
blame)
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
|
# srcery
[colors]
background= 1c1b19
foreground= fce8c3
regular0= 1c1b19
regular1= ef2f27
regular2= 519f50
regular3= fbb829
regular4= 2c78bf
regular5= e02c6d
regular6= 0aaeb3
regular7= baa67f
bright0= 918175
bright1= f75341
bright2= 98bc37
bright3= fed06e
bright4= 68a8e4
bright5= ff5c8f
bright6= 2be4d0
bright7= fce8c3
## Enable if prefer solarized colors instead of inverterd fg/bg for
## highlighting (mouse selection)
# selection-foreground=93a1a1
# selection-background=073642
|