forked from mattcan/solarized-idle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-highlight.cfg
65 lines (64 loc) · 1.75 KB
/
config-highlight.cfg
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[Solarized Dark]
normal-foreground = #839496
normal-background = #002b36
keyword-foreground = #859900
keyword-background = #002b36
builtin-foreground = #b58900
builtin-background = #002b36
comment-foreground = #586e75
comment-background = #002b36
string-foreground = #2aa198
string-background = #002b36
definition-foreground = #268bd2
definition-background = #002b36
hilite-foreground = #93a1a1
hilite-background = #073642
break-foreground = #ffffff
break-background = #dc322f
hit-foreground = #ffffff
hit-background = #cb4b16
error-foreground = #dc322f
error-background = #002b36
cursor-foreground = #839496
stdout-foreground = #2aa198
stdout-background = #002b36
stderr-foreground = #dc322f
stderr-background = #002b36
console-foreground = #839496
console-background = #002b36
context-foreground= #839496
context-background= #454545
linenumber-foreground= gray
linenumber-background= #002b36
[Solarized Light]
normal-foreground = #657b83
normal-background = #fdf6e3
keyword-foreground = #859900
keyword-background = #fdf6e3
builtin-foreground = #b58900
builtin-background = #fdf6e3
comment-foreground = #93a1a1
comment-background = #fdf6e3
string-foreground = #2aa198
string-background = #fdf6e3
definition-foreground = #268bd2
definition-background = #fdf6e3
hilite-foreground = #657b83
hilite-background = #eee8d5
break-foreground = #ffffff
break-background = #dc322f
hit-foreground = #ffffff
hit-background = #cb4b16
error-foreground = #dc322f
error-background = #fdf6e3
cursor-foreground = #657b83
stdout-foreground = #2aa198
stdout-background = #fdf6e3
stderr-foreground = #dc322f
stderr-background = #fdf6e3
console-foreground = #657b83
console-background = #fdf6e3
context-foreground= #657b83
context-background= lightgray
linenumber-foreground= gray
linenumber-background= #fdf6e3