-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolorpallete.json
More file actions
38 lines (38 loc) · 1.14 KB
/
colorpallete.json
File metadata and controls
38 lines (38 loc) · 1.14 KB
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
{
"base colors": {
"code background": "#FFFFFF",
"heap background": "#C8C8C8",
"stack background": "#646464",
"button panel": "#353535",
"button background": "#FFFFFF",
"button text": "#000000",
"highlight": "#DCDCDC"
},
"lexeme colors": {
"variable": "#00009B",
"int": "#00FF00",
"double": "#00FF00",
"String": "#9B3500",
"char": "#00FF00",
"boolean": "#E19B00",
"operator": "#000000",
"( block opener": "#000000",
"( block closer": "#000000",
"[ block opener": "#000000",
"[ block closer": "#000000",
"{ block opener": "#000000",
"{ block closer": "#000000",
"whitespace": "#000000",
"multiline comment": "#9B9B9B",
"singleline comment": "#9B9B9B",
"access modifier": "#A000A0",
"key word": "#A000A0",
"statement opener": "#A000A0",
"type": "#A000A0",
"var modifier": "#A000A0",
"special operator": "#000000",
"assignment operator": "#000000",
"invalid": "#FF0000",
"warning": "#B08801"
}
}