-
Notifications
You must be signed in to change notification settings - Fork 0
/
Silent.sublime-color-scheme
69 lines (63 loc) · 2.06 KB
/
Silent.sublime-color-scheme
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
66
67
68
69
{
"name": "Silent",
"variables": {
"text": "color(black a(- 15%))",
"insi": "color(var(text) a(- 80%))",
"background": "white",
"accent": "#4DAEC7",
"warning": "#E58930",
},
"globals": {
"foreground": "var(text)",
"background": "var(background)",
"invisibles": "var(insi)",
"caret": "var(accent)",
"accent": "var(accent)",
"gutter": "var(background)",
"gutter_foreground": "var(insi)",
"selection": "color(var(accent) a(- 75%))",
"selection_border_width": "0",
"inactive_selection": "color(var(accent) a(- 75%) l(- 15%))",
"selection_corner_style": "square",
"highlight": "var(warning)",
"find_highlight": "var(warning)",
"active_guide": "var(accent)",
"stack_guide": "color(var(accent) a(- 70%))",
"brackets_options": "foreground bold",
"brackets_foreground": "var(warning)",
"bracket_contents_options": "foreground",
"bracket_contents_foreground": "var(warning)"
},
"rules": [
{
"scope": "",
"foreground": "",
"background": "",
"font_style": ""
},
{
"scope": "keyword, storage, punctuation, comment",
"foreground": "color(var(insi) a(+ 40%))"
},
{
"scope": "string.quoted, string.template, constant",
"background": "color(var(accent) a(- 85%))"
},
{
"scope": "support",
"font_style": "italic"
},
{
"scope": "variable.other.constant, variable.language, variable.other.object.constant, entity.name",
"font_style": "bold"
},
{
"scope": "meta.template-expression",
"background": "color(var(accent) a(- 93%))"
},
{
"scope": "punctuation.definition.template-expression",
"foreground": "var(accent)"
}
]
}