-
Notifications
You must be signed in to change notification settings - Fork 0
/
bluloco-light.json
37 lines (36 loc) · 1.01 KB
/
bluloco-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
{
"Global Theme": {
"Background": "#f9f9f9",
"Outline": "#a2aeb3",
"Foreground": "#383a42",
"Primary": "#0083c0",
"Positive": "#3cbc66",
"Negative": "#ff0000"
},
"Code Syntax Theme": {
"Variable Names": "#383a42",
"Variable Definitions": "#383a42",
"Function References": "#23974a",
"Function Definitions": "#23974a",
"Keywords": "#0098dd",
"Property Names": "#a05a48",
"Property Definitions": "#23974a",
"Function Properties": "#23974a",
"Tag Names": "#275fe4",
"Type Names": "#d32752",
"Class Names": "#d32752",
"Attribute Names": "#df631c",
"Atomic Keywords": "#0096db",
"Comments": "#a0a1a7",
"Strings": "#c5a332",
"Numbers": "#ce33c0",
"Booleans": "#0098dd",
"Regular Expressions": "#823ff1",
"Operators": "#7a82da",
"Square Brackets": "#7a82da",
"Angle Brackets": "#7a82da",
"Brace / Paren": "#7a82da",
"Document Meta / Processing Instruction": "#275fe4",
"Escaped Unicode Strings": "#de631b"
}
}