-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminimalist_oiha.json
150 lines (150 loc) · 4.4 KB
/
minimalist_oiha.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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "Minimalist",
"icons": "minimalist_oiha",
"colors": {
"PrimaryText": "B3B4B4",
"SecondaryText": "B3B4B4",
"AccentText": "5294e2",
"ApproximateSignText": "595959",
"ApproximateExpressionText": "595959",
"Background": {
"Hard": "1D1F21",
"Apps": "1D1F21",
"AppsSecondary": "1D1F21"
},
"Toolbar": {
"": "1D1F21",
"Text": "B3B4B4"
},
"ExpressionInput": {
"Background": "161819",
"Border": "161819"
},
"Grid": {
"PrimaryLine": "505153",
"SecondaryLine": "7F8183"
},
"Battery": {
"": "B3B4B4",
"InCharge": "B3B4B4",
"Low": "B3B4B4"
},
"ScrollBar": {
"Foreground": "B3B4B4",
"Background": "161819"
},
"Control": {
"": "B3B4B4",
"Enabled": "B3B4B4",
"Disabled": "161819"
},
"Calculation": {
"BackgroundOdd": "1D1F21",
"BackgroundEven": "1D1F21",
"EmptyBox": "B3B4B4",
"EmptyBoxNeeded": "1D1F21",
"TrigoAndComplexForeground": "ff000c"
},
"Code": {
"Background": "1D1F21",
"BackgroundSelected": "505153",
"Text": "B3B4B4",
"Comment": "B3B4B4",
"Number": "B3B4B4",
"Keyword": "B3B4B4",
"Operator": "B3B4B4",
"String": "B3B4B4",
"GutterViewBackground": "1D1F21"
},
"Probability": {
"Curve": "B3B4B4",
"CellBorder": "505153",
"HistogramBar": "B3B4B4"
},
"Statistics": {
"Box": "505153",
"BoxVerticalLine": "1D1F21",
"Selected": "505153",
"NotSelected": "1D1F21"
},
"Graph": {
"Tangent": "595959"
},
"SubMenu": {
"Background": "1D1F21",
"Border": "1D1F21",
"Text": "B3B4B4"
},
"Toolbox": {
"HeaderBackground": "161819",
"HeaderText": "B3B4B4",
"HeaderBorder": "161819",
"Background": "1D1F21"
},
"List": {
"CellBackground": "1D1F21",
"CellBackgroundSelected": "161819",
"CellBorder": "1D1F21"
},
"Button": {
"Background": "1D1F21",
"BackgroundSelected": "161819",
"BackgroundSelectedHighContrast": "161819",
"Border": "161819",
"RowBorder": "161819",
"BorderOut": "161819",
"Shadow": "161819",
"Text": "B3B4B4"
},
"Tab": {
"Background": "1D1F21",
"BackgroundSelected": "1A1C1D",
"BackgroundActive": "161819",
"BackgroundSelectedAndActive": "161819",
"Text": "B3B4B4",
"TextActive": "E5E6E6"
},
"SubTab": {
"Background": "1D1F21",
"BackgroundSelected": "d1d1d1",
"Text": "B3B4B4"
},
"Banner": {
"FirstBackground": "1D1F21",
"FirstBorder": "1D1F21",
"FirstText": "B3B4B4",
"FirstVariantBackground": "1D1F21",
"FirstVariantBorder": "1D1F21",
"FirstVariantText": "B3B4B4",
"SecondBackground": "1D1F21",
"SecondBorder": "1D1F21",
"SecondText": "B3B4B4"
},
"Home": {
"Background": "1D1F21",
"CellBackground": "1D1F21",
"CellBackgroundActive": "B3B4B4",
"CellText": "B3B4B4",
"CellTextActive": "1D1F21",
"CellTextExternal": "B3B4B4",
"CellTextExternalActive": "1D1F21"
},
"Atom": {
"Unknown": "2D2D2D",
"Text": "B3B4B4",
"AlkaliMetal": "5C5C5C",
"AlkaliEarthMetal": "9B9B9B",
"Lanthanide": "9B9B9B",
"Actinide": "5C5C5C",
"TransitionMetal": "5C5C5C",
"PostTransitionMetal": "9B9B9B",
"Metalloid": "5C5C5C",
"Halogen": "6D6D6D",
"ReactiveNonmetal": "9B9B9B",
"NobleGas": "9B9B9B",
"TableLines": "4E4E4E",
"Highlight": "2b2e39",
"Background": "4E4E4E"
}
}
}