-
Notifications
You must be signed in to change notification settings - Fork 1
/
customize.json
96 lines (96 loc) · 3.31 KB
/
customize.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
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
{
"Dark Theme": {
"Caret": {
"Foreground": "white"
},
"Panels Colors": {
"Text background": "black",
"Text foreground": "white",
"Shell background": "Black",
"Editor background": "Black",
"Filetree background": "Black",
"Background tab area": "Grey",
"Background active tab area": "Black",
"Active tab text": "black",
"No active Tab Text": "black",
"Background notebook gradient 1": "white",
"Background notebook gradient 2": "Black",
"Menu background": "black",
"Menu foreground": "white"
},
"LexerStyleEditor": {
"Strings": "#f0f20f",
"Classname": "#07cc1e",
"Word": "#ea2cd8",
"Character": "#00ffdf",
"defname": "#07cc1e",
"decorator": "#ea2cd8",
"default": "#FFFFFF",
"Identifier": "#FFFFFF",
"Number": "#FF9933",
"Operator": "#ea2cd8",
"End of line": "#ffff00",
"Triple": "#f0f20f",
"Triple double": "#f0f20f",
"Keywords python": "#ea2cd8",
"Comment line": "#434885",
"Comment Block + strings ": "#f0f20f"
}
},
"Light Theme": {
"Caret": {
"Foreground": "Black"
},
"Panels Colors": {
"Text background": "white",
"Text foreground": "black",
"Shell background": "white",
"Editor background": "white",
"Filetree background": "white",
"Background tab area": "white",
"Background active tab area": "Black",
"Active tab text": "black",
"No active Tab Text": "black",
"Background notebook gradient 1": "black",
"Background notebook gradient 2": "white",
"Menu background": "white",
"Menu foreground": "black"
},
"LexerStyleEditor": {
"Strings": "#44ea1e",
"Classname": "#d08c25",
"Word": "#db62f2'",
"Character": "#131313",
"defname": "#1626ff",
"decorator": "#1626ff",
"default": "#131313",
"Identifier": "#131313",
"Number": "#d08c25",
"Operator": "#ea2cd8",
"End of line": "#44ea1e",
"Triple": "#44ea1e",
"Triple double": "#44ea1e",
"Keywords python": "#db62f2'",
"Comment line": "#9798a3",
"Comment Block + strings ": "#44ea1e"
}
},
"NVDA Theme": {
"Panels Colors": {
"Text background": "black",
"Text foreground": "white",
"Shell background": "Black",
"Editor background": "Black",
"Filetree background": "Black",
"Background tab area": "Grey",
"Background active tab area": "Black",
"Active tab text": "black",
"No active Tab Text": "black",
"Background notebook gradient 1": "white",
"Background notebook gradient 2": "Black",
"Menu background": "black",
"Menu foreground": "white"
}
},
"Workspace Path": "C:\\Users\\evans\\Desktop\\IDE_MicroPython_Accessible\\src"
}