forked from Omega-Numworks/Omega-Theme-Example
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathomega_kawaii.json
152 lines (151 loc) · 5.75 KB
/
omega_kawaii.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
151
152
{
"name": "Omega Kawaii",
"icons": "omega_kawaii",
"colors": {
"PrimaryText": "000000",
"SecondaryText": "6e6e6e",
"AccentText": "00857f",
"ApproximateSignText": "595959",
"ApproximateExpressionText": "595959",
"Background": {
"Hard": "fffbcc",
"Apps": "d9fff2",
"AppsSecondary": "bbf7e3"
},
"Toolbar": {
"": "fed1d8",
"Text": "585858"
},
"ExpressionInput": {
"Background": "e0e0e0",
"Border": "d9d9d9"
},
"Grid": {
"PrimaryLine": "d9d9d9",
"SecondaryLine": "f5f5f5"
},
"Battery": {
"": "3fd944",
"InCharge": "179e1f",
"Low": "992321"
},
"ScrollBar": {
"Foreground": "fed1d8",
"Background": "bbf7e3"
},
"Control": {
"": "00857f",
"Enabled": "00b2b0",
"Disabled": "9e9e9e"
},
"Calculation": {
"BackgroundOdd": "d9fff2",
"BackgroundEven": "fffbcc",
"EmptyBox": "c4c4c4",
"EmptyBoxNeeded": "00857f",
"TrigoAndComplexForeground": "ff000c"
},
"Code": {
"Background": "d9fff2",
"BackgroundSelected": "deccff",
"Text": "000000",
"Comment": "999988",
"Number": "009999",
"Keyword": "ff000c",
"Operator": "d73a49",
"String": "032f62",
"GutterViewBackground": "E4E6E7",
"AutocompleteColor": "c6c6c6"
},
"Probability": {
"Curve": "00857f",
"CellBorder": "ececec",
"HistogramBar": "d9d9d9"
},
"Statistics": {
"Box": "00857f",
"BoxVerticalLine": "d9d9d9",
"Selected": "00857f",
"NotSelected": "f5f5f5"
},
"Graph": {
"Tangent": "595959"
},
"SubMenu": {
"Background": "d8d8fe",
"Border": "d8d8fe",
"Text": "000000"
},
"Toolbox": {
"HeaderBackground": "4a4a4a",
"HeaderText": "ffffff",
"HeaderBorder": "4a4a4a",
"Background": "000000"
},
"List": {
"CellBackground": "ffffff",
"CellBackgroundSelected": "e0e0e0",
"CellBorder": "ededef"
},
"Button": {
"Background": "e1cee4",
"BackgroundSelected": "deccff",
"BackgroundSelectedHighContrast": "00b2b0",
"Border": "adadad",
"RowBorder": "d9d9d9",
"BorderOut": "f5f5f5",
"Shadow": "003833",
"Text": "000000"
},
"Tab": {
"Background": "e1cee4",
"BackgroundSelected": "deccff",
"BackgroundActive": "a693bd",
"BackgroundSelectedAndActive": "c2c1fb",
"Text": "151515",
"TextActive": "000000"
},
"SubTab": {
"Background": "e0e0e0",
"BackgroundSelected": "d1d1d1",
"Text": "000000"
},
"Banner": {
"FirstBackground": "4a4a4a",
"FirstBorder": "4a4a4a",
"FirstText": "ffffff",
"FirstVariantBackground": "4a4a4a",
"FirstVariantBorder": "fafafa",
"FirstVariantText": "ffffff",
"SecondBackground": "e0e0e0",
"SecondBorder": "fafafa",
"SecondText": "000000"
},
"Home": {
"Background": "d9fff2",
"CellBackground": "d9fff2",
"CellBackgroundActive": "fed1d8",
"CellText": "000000",
"CellTextActive": "ffffff",
"CellTextExternal": "008f87",
"CellTextExternalActive": "6fe6df"
},
"Atom": {
"Unknown": "eeeeee",
"Text": "000000",
"AlkaliMetal": "ffaa00",
"AlkaliEarthMetal": "f6f200",
"Lanthanide": "ffaa8b",
"Actinide": "deaacd",
"TransitionMetal": "de999c",
"PostTransitionMetal": "9cbaac",
"Metalloid": "52ce8b",
"Halogen": "00debd",
"ReactiveNonmetal": "00ee00",
"NobleGas": "8baaff",
"TableLines": "323532",
"Highlight": "000000",
"Background": "d9d9d9"
}
}
}