-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbluloco-dark.json
37 lines (36 loc) · 1.01 KB
/
bluloco-dark.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
{
"Global Theme": {
"Background": "#282c34",
"Outline": "#5a6d8c",
"Foreground": "#abb2bf",
"Primary": "#2b72c9",
"Positive": "#177f55",
"Negative": "#ff2e3f"
},
"Code Syntax Theme": {
"Variable Names": "#abb2bf",
"Variable Definitions": "#abb2bf",
"Function References": "#3fc56b",
"Function Definitions": "#3fc56b",
"Keywords": "#10b1fe",
"Property Names": "#ce9887",
"Property Definitions": "#3fc56b",
"Function Properties": "#3fc56b",
"Tag Names": "#3691ff",
"Type Names": "#ff6682",
"Class Names": "#ff6682",
"Attribute Names": "#ff936a",
"Atomic Keywords": "#9f7efe",
"Comments": "#636d83",
"Strings": "#f9c859",
"Numbers": "#ff78f8",
"Booleans": "#10b3fe",
"Regular Expressions": "#9f7efe",
"Operators": "#7a82da",
"Square Brackets": "#7a82da",
"Angle Brackets": "#7a82da",
"Brace / Paren": "#7a82da",
"Document Meta / Processing Instruction": "#3691ff",
"Escaped Unicode Strings": "#ff956b"
}
}