-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDarkDonut Purple Coral Coders.sublime-color-scheme
127 lines (126 loc) · 3.67 KB
/
DarkDonut Purple Coral Coders.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "DarkDonut Purple Coral Coders",
"globals":
{
"background": "rgb(15, 0, 41)",
"foreground": "rgb(248, 245, 255)",
"caret": "rgb(54, 255, 165)",
"block_caret": "rgb(54, 255, 165)",
"invisibles": "rgb(25, 25, 25)",
"line_highlight": "rgba(55, 95, 255, 0.2)",
"selection": "rgba(78, 55, 255, 0.2)",
"find_highlight": "rgb(154, 151, 252)",
"find_highlight_foreground": "rgb(0, 0, 0)",
"selection_border": "rgba(255, 255, 255, 0.2)",
"brackets_foreground": "rgba(255, 255, 255, 0.5)",
"brackets_options": "underline",
"bracket_contents_foreground": "rgba(255, 255, 255, 0.5)",
"bracket_contents_options": "stippled_underline",
"tags_options": "stippled_underline",
"tags_foreground": "rgba(255, 255, 255, 0.5)"
},
"rules":
[
{
"scope": "comment",
"foreground": "rgba(205, 255, 255, 0.5)",
"font_style": "italic"
},
{
"scope": "string",
"foreground": "rgb(255, 255, 150)"
},
{
"scope": "constant.numeric",
"foreground": "rgb(255, 125, 0)"
},
{
"scope": "constant.language",
"foreground": "rgb(255, 0, 255)"
},
{
"scope": "constant.character.escape",
"foreground": "rgb(0, 150, 255)"
},
{
"scope": "variable",
"font_style": "italic",
"foreground": "rgb(230, 230, 255)"
},
{
"scope": "keyword",
"foreground": "rgb(255, 60, 105)"
},
{
"scope": "keyword.control",
"foreground": "rgb(255, 60, 105)",
"font_style": "italic"
},
{
"scope": "keyword.operator",
"font_style": "bold"
},
{
"scope": "storage",
"foreground": "rgb(255, 105, 105)",
"font_style": "italic"
},
{
"scope": "storage.type",
"foreground": "rgb(55, 255, 55)"
},
{
"scope": "storage.modifier",
"foreground": "rgb(55, 255, 55)"
},
{
"scope": "storage.type.class",
"foreground": "rgb(255, 60, 105)"
},
{
"scope": "entity.name.class",
"foreground": "rgb(25, 255, 255)"
},
{
"scope": "entity.other.inherited-class",
"foreground": "rgb(25, 255, 255)"
},
{
"scope": "entity.name.function",
"foreground": "rgb(25, 255, 255)"
},
{
"scope": "entity.name.tag",
"foreground": "rgb(255, 60, 105)"
},
{
"scope": "entity.name.section",
"font_style": "bold"
},
{
"scope": "entity.other.attribute-name",
"foreground": "rgb(25, 255, 25)"
},
{
"scope": "variable.parameter",
"foreground": "rgb(255, 125, 0)"
},
{
"scope": "variable.language",
"foreground": "rgb(0, 245, 255)",
},
{
"scope": "variable.function",
"foreground": "rgb(25, 255, 25)",
"font_style": ""
},
{
"scope": "invalid",
"foreground": "rgba(200, 0, 0, 1)"
},
{
"scope": "invalid.deprecated",
"foreground": "rgba(200, 0, 0, 0.5)"
}
]
}