-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomega_eeveelution.json
148 lines (148 loc) · 4.34 KB
/
omega_eeveelution.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
{
"name": "omega_eeveelution",
"icons": "omega_eeveelution",
"colors": {
"PrimaryText": "332011",
"SecondaryText": "633C15",
"AccentText": "C5915D",
"ApproximateSignText": "FAD0D5",
"ApproximateExpressionText": "FAD0D5",
"Background": {
"Hard": "FAD0D5",
"Apps": "BFE4DE",
"AppsSecondary": "8B647D"
},
"Toolbar": {
"": "726CA8",
"Text": "FCF3E4"
},
"ExpressionInput": {
"Background": "DFE5F2",
"Border": "E07451"
},
"Grid": {
"PrimaryLine": "8D6033",
"SecondaryLine": "7AC89E"
},
"Battery": {
"": "FBD570",
"InCharge": "7AC89E",
"Low": "C64863"
},
"ScrollBar": {
"Foreground": "336E8C",
"Background": "79CEE0"
},
"Control": {
"": "F7E8A1",
"Enabled": "EB804C",
"Disabled": "A9584C"
},
"Calculation": {
"BackgroundOdd": "FAD0D5FF",
"BackgroundEven": "BFE4DE",
"EmptyBox": "FAFAFA",
"EmptyBoxNeeded": "C7AB75",
"TrigoAndComplexForeground": "FAD0D5"
},
"Code": {
"Background": "336E8C",
"BackgroundSelected": "778BBE",
"Text": "371750",
"Comment": "7AC89E",
"Number": "EB804C",
"Keyword": "F59BAD",
"Operator": "C64863",
"String": "A9584C",
"GutterViewBackground": "5782A6"
},
"Probability": {
"Curve": "7AC89E",
"CellBorder": "FAE9B9",
"HistogramBar": "8D6033"
},
"Statistics": {
"Box": "F5A9B8",
"BoxVerticalLine": "F5A9B8",
"Selected": "F5A9B8",
"NotSelected": "F5A9B8"
},
"Graph": {
"Tangent": "DFE5F2"
},
"SubMenu": {
"Background": "FAD0D5",
"Border": "9EDEF9",
"Text": "F8EADC"
},
"Toolbox": {
"HeaderBackground": "336E8C",
"HeaderText": "FAD0D5",
"HeaderBorder": "FAD0D5",
"Background": "52B0C5"
},
"List": {
"CellBackground": "7AC89E",
"CellBackgroundSelected": "F59BAD",
"CellBorder": "8D6033"
},
"Button": {
"Background": "C5915D",
"BackgroundSelected": "F4D995",
"BackgroundSelectedHighContrast": "F4D995",
"Border": "C5915D",
"RowBorder": "F4D995",
"BorderOut": "F4D995",
"Shadow": "020303",
"Text": "F8EADC"
},
"Tab": {
"Background": "E07451",
"BackgroundSelected": "F4D995",
"BackgroundActive": "F4D995",
"BackgroundSelectedAndActive": "F4D995",
"Text": "020303",
"TextActive": "F4D995"
},
"SubTab": {
"Background": "E8E5C2",
"BackgroundSelected": "336E8C",
"Text": "FAD0D5"
},
"Banner": {
"FirstBackground": "FAD0D5",
"FirstBorder": "9EDEF9",
"FirstText": "F8EADC",
"FirstVariantBackground": "FAD0D5",
"FirstVariantBorder": "9EDEF9",
"FirstVariantText": "F8EADC",
"SecondBackground": "FAD0D5",
"SecondBorder": "9EDEF9",
"SecondText": "F8EADC"
},
"Home": {
"Background": "7AC89E",
"CellBackground": "336E8C",
"CellBackgroundActive": "79CEE0",
"CellText": "79CEE0",
"CellTextActive": "336E8C",
"CellTextExternal": "726CA8",
"CellTextExternalActive": "042C3B"
},
"Atom": {
"Unknown": "FAD0D5",
"Text": "332011",
"AlkaliMetal": "C64863",
"AlkaliEarthMetal": "EB804C",
"Lanthanide": "F59BAD",
"Actinide": "FAD0D5",
"TransitionMetal": "FBD570",
"PostTransitionMetal": "7AC89E",
"Metalloid": "79CEE0",
"Halogen": "726CA8",
"ReactiveNonmetal": "778BBE",
"NobleGas": "371750",
"TableLines": "633C15"
}
}
}