-
Notifications
You must be signed in to change notification settings - Fork 43
/
solarized-light.json
59 lines (59 loc) · 1.36 KB
/
solarized-light.json
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
{
"SYNTAX_HIGHLIGHTING_THEME": "solarized-light",
"DEFAULT_COLOR": {
"color": "#657b83",
"backgroundColor": "#fdf6e3"
},
"COMMIT_HEADER_COLOR": {},
"COMMIT_HEADER_LABEL_COLOR": {},
"COMMIT_SHA_COLOR": {
"color": "#cb4b16"
},
"COMMIT_AUTHOR_COLOR": {
"color": "#b58900"
},
"COMMIT_DATE_COLOR": {
"color": "#268bd2"
},
"COMMIT_MESSAGE_COLOR": {
"color": "#586e75"
},
"COMMIT_TITLE_COLOR": {},
"FILE_NAME_COLOR": {
"color": "#586e75"
},
"BORDER_COLOR": {
"color": "#586e75"
},
"HUNK_HEADER_COLOR": {
"color": "#586e75",
"backgroundColor": "#eee8d5"
},
"DELETED_WORD_COLOR": {
"color": "#839496",
"backgroundColor": "#dc322f33"
},
"INSERTED_WORD_COLOR": {
"color": "#839496",
"backgroundColor": "#85990033"
},
"DELETED_LINE_NO_COLOR": {
"color": "#dc322f"
},
"INSERTED_LINE_NO_COLOR": {
"color": "#859900"
},
"UNMODIFIED_LINE_NO_COLOR": {
"backgroundColor": "#eee8d5"
},
"DELETED_LINE_COLOR": {
"color": "#dc322f",
"backgroundColor": "#fde6d3"
},
"INSERTED_LINE_COLOR": {
"color": "#859900",
"backgroundColor": "#edf6d3"
},
"UNMODIFIED_LINE_COLOR": {},
"MISSING_LINE_COLOR": {}
}