@roxyapi/ui 0.2.3 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +216 -38
- package/README.md +200 -24
- package/dist/cdn/components/compatibility-card.js.map +1 -1
- package/dist/cdn/components/dasha-timeline.js +8 -8
- package/dist/cdn/components/dasha-timeline.js.map +2 -2
- package/dist/cdn/components/divisional-chart.js +35 -23
- package/dist/cdn/components/divisional-chart.js.map +4 -4
- package/dist/cdn/components/guna-milan.js.map +1 -1
- package/dist/cdn/components/kp-chart.js +306 -0
- package/dist/cdn/components/kp-chart.js.map +7 -0
- package/dist/cdn/components/kp-planets-table.js.map +1 -1
- package/dist/cdn/components/kp-ruling-planets.js +269 -0
- package/dist/cdn/components/kp-ruling-planets.js.map +7 -0
- package/dist/cdn/components/location-search.js +7 -5
- package/dist/cdn/components/location-search.js.map +3 -3
- package/dist/cdn/components/moon-phase.js.map +1 -1
- package/dist/cdn/components/nakshatra-card.js +229 -0
- package/dist/cdn/components/nakshatra-card.js.map +7 -0
- package/dist/cdn/components/natal-chart.js +228 -115
- package/dist/cdn/components/natal-chart.js.map +4 -4
- package/dist/cdn/components/numerology-card.js +3 -3
- package/dist/cdn/components/numerology-card.js.map +2 -2
- package/dist/cdn/components/panchang-table.js.map +1 -1
- package/dist/cdn/components/shadbala-table.js.map +1 -1
- package/dist/cdn/components/synastry-chart.js +3 -3
- package/dist/cdn/components/synastry-chart.js.map +2 -2
- package/dist/cdn/components/transits-table.js.map +1 -1
- package/dist/cdn/components/vedic-kundli.js +34 -22
- package/dist/cdn/components/vedic-kundli.js.map +4 -4
- package/dist/cdn/components/vedic-planets-table.js +231 -0
- package/dist/cdn/components/vedic-planets-table.js.map +7 -0
- package/dist/cdn/components/western-planets-table.js +220 -0
- package/dist/cdn/components/western-planets-table.js.map +7 -0
- package/dist/cdn/roxy-ui.js +1078 -331
- package/dist/cdn/roxy-ui.js.map +4 -4
- package/dist/components/compatibility-card.js.map +1 -1
- package/dist/components/dasha-timeline.d.ts.map +1 -1
- package/dist/components/dasha-timeline.js.map +2 -2
- package/dist/components/divisional-chart.d.ts +5 -3
- package/dist/components/divisional-chart.d.ts.map +1 -1
- package/dist/components/divisional-chart.js +159 -38
- package/dist/components/divisional-chart.js.map +3 -3
- package/dist/components/guna-milan.js.map +1 -1
- package/dist/components/kp-chart.d.ts +26 -0
- package/dist/components/kp-chart.d.ts.map +1 -0
- package/dist/components/kp-chart.js +382 -0
- package/dist/components/kp-chart.js.map +7 -0
- package/dist/components/kp-planets-table.js.map +1 -1
- package/dist/components/kp-ruling-planets.d.ts +20 -0
- package/dist/components/kp-ruling-planets.d.ts.map +1 -0
- package/dist/components/kp-ruling-planets.js +275 -0
- package/dist/components/kp-ruling-planets.js.map +7 -0
- package/dist/components/location-search.d.ts.map +1 -1
- package/dist/components/location-search.js +9 -2
- package/dist/components/location-search.js.map +2 -2
- package/dist/components/moon-phase.js.map +1 -1
- package/dist/components/nakshatra-card.d.ts +18 -0
- package/dist/components/nakshatra-card.d.ts.map +1 -0
- package/dist/components/nakshatra-card.js +231 -0
- package/dist/components/nakshatra-card.js.map +7 -0
- package/dist/components/natal-chart.d.ts +28 -0
- package/dist/components/natal-chart.d.ts.map +1 -1
- package/dist/components/natal-chart.js +401 -104
- package/dist/components/natal-chart.js.map +2 -2
- package/dist/components/numerology-card.d.ts.map +1 -1
- package/dist/components/numerology-card.js.map +2 -2
- package/dist/components/panchang-table.js.map +1 -1
- package/dist/components/shadbala-table.js.map +1 -1
- package/dist/components/synastry-chart.js.map +2 -2
- package/dist/components/transits-table.js.map +1 -1
- package/dist/components/vedic-kundli.d.ts +7 -3
- package/dist/components/vedic-kundli.d.ts.map +1 -1
- package/dist/components/vedic-kundli.js +209 -87
- package/dist/components/vedic-kundli.js.map +3 -3
- package/dist/components/vedic-planets-table.d.ts +21 -0
- package/dist/components/vedic-planets-table.d.ts.map +1 -0
- package/dist/components/vedic-planets-table.js +355 -0
- package/dist/components/vedic-planets-table.js.map +7 -0
- package/dist/components/western-planets-table.d.ts +21 -0
- package/dist/components/western-planets-table.d.ts.map +1 -0
- package/dist/components/western-planets-table.js +350 -0
- package/dist/components/western-planets-table.js.map +7 -0
- package/dist/index.cjs +2042 -695
- package/dist/index.cjs.map +4 -4
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2029 -682
- package/dist/index.js.map +4 -4
- package/dist/manifest.d.ts.map +1 -1
- package/dist/manifest.json +5 -0
- package/dist/styles/tokens.css +4 -0
- package/dist/types/types.gen.d.ts +343 -49
- package/dist/types/types.gen.d.ts.map +1 -1
- package/dist/utils/degree.d.ts +12 -0
- package/dist/utils/degree.d.ts.map +1 -1
- package/dist/utils/format.d.ts +1 -1
- package/dist/utils/kundli-render.d.ts +85 -12
- package/dist/utils/kundli-render.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/dasha-timeline.ts +1 -7
- package/src/components/divisional-chart.ts +27 -41
- package/src/components/kp-chart.ts +313 -0
- package/src/components/kp-ruling-planets.ts +196 -0
- package/src/components/location-search.ts +16 -2
- package/src/components/nakshatra-card.ts +149 -0
- package/src/components/natal-chart.ts +408 -119
- package/src/components/numerology-card.ts +1 -5
- package/src/components/vedic-kundli.ts +30 -40
- package/src/components/vedic-planets-table.ts +184 -0
- package/src/components/western-planets-table.ts +180 -0
- package/src/index.ts +5 -0
- package/src/manifest.ts +146 -84
- package/src/styles/tokens.css +4 -0
- package/src/types/types.gen.ts +343 -49
- package/src/utils/degree.ts +21 -0
- package/src/utils/format.ts +1 -1
- package/src/utils/kundli-render.ts +234 -29
- package/src/version.ts +1 -1
package/src/manifest.ts
CHANGED
|
@@ -53,18 +53,6 @@ export const ROXY_COMPONENTS: readonly RoxyComponent[] = [
|
|
|
53
53
|
docsSummary: 'Natal chart wheel with planet glyphs and aspect lines',
|
|
54
54
|
topic: 'Astrology',
|
|
55
55
|
},
|
|
56
|
-
{
|
|
57
|
-
pascal: 'RoxyHoroscopeCard',
|
|
58
|
-
tag: 'roxy-horoscope-card',
|
|
59
|
-
slug: 'horoscope-card',
|
|
60
|
-
heading: 'Daily horoscope',
|
|
61
|
-
description:
|
|
62
|
-
'Daily, weekly, or monthly horoscope card for /astrology/horoscope/...',
|
|
63
|
-
docsLabel: 'Western',
|
|
64
|
-
endpointLabel: 'GET /astrology/horoscope/{sign}/{daily,weekly,monthly}',
|
|
65
|
-
docsSummary: 'Daily, weekly, or monthly horoscope card',
|
|
66
|
-
topic: 'Astrology',
|
|
67
|
-
},
|
|
68
56
|
{
|
|
69
57
|
pascal: 'RoxySynastryChart',
|
|
70
58
|
tag: 'roxy-synastry-chart',
|
|
@@ -77,15 +65,28 @@ export const ROXY_COMPONENTS: readonly RoxyComponent[] = [
|
|
|
77
65
|
topic: 'Astrology',
|
|
78
66
|
},
|
|
79
67
|
{
|
|
80
|
-
pascal: '
|
|
81
|
-
tag: 'roxy-
|
|
82
|
-
slug: '
|
|
83
|
-
heading: '
|
|
84
|
-
description:
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
docsSummary:
|
|
68
|
+
pascal: 'RoxyWesternPlanetsTable',
|
|
69
|
+
tag: 'roxy-western-planets-table',
|
|
70
|
+
slug: 'western-planets-table',
|
|
71
|
+
heading: 'Western planets',
|
|
72
|
+
description:
|
|
73
|
+
'Western planetary positions table with sign, degree, house, and motion plus the chart angles',
|
|
74
|
+
docsLabel: 'Western',
|
|
75
|
+
endpointLabel: 'POST /astrology/natal-chart',
|
|
76
|
+
docsSummary:
|
|
77
|
+
'Sign, degree, house, motion columns plus ASC, MC, PoF, Vertex',
|
|
78
|
+
topic: 'Astrology',
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
pascal: 'RoxyTransitsTable',
|
|
82
|
+
tag: 'roxy-transits-table',
|
|
83
|
+
slug: 'transits-table',
|
|
84
|
+
heading: 'Transits',
|
|
85
|
+
description: 'Live planet positions plus aspects to a natal chart',
|
|
86
|
+
docsLabel: 'Western',
|
|
87
|
+
endpointLabel: 'POST /astrology/transits',
|
|
88
|
+
docsSummary:
|
|
89
|
+
'Transit planet positions plus optional aspects to a natal chart',
|
|
89
90
|
topic: 'Astrology',
|
|
90
91
|
},
|
|
91
92
|
{
|
|
@@ -99,61 +100,76 @@ export const ROXY_COMPONENTS: readonly RoxyComponent[] = [
|
|
|
99
100
|
docsSummary: 'Moon phase card and calendar',
|
|
100
101
|
topic: 'Astrology',
|
|
101
102
|
},
|
|
103
|
+
{
|
|
104
|
+
pascal: 'RoxyHoroscopeCard',
|
|
105
|
+
tag: 'roxy-horoscope-card',
|
|
106
|
+
slug: 'horoscope-card',
|
|
107
|
+
heading: 'Daily horoscope',
|
|
108
|
+
description:
|
|
109
|
+
'Daily, weekly, or monthly horoscope card for /astrology/horoscope/...',
|
|
110
|
+
docsLabel: 'Western',
|
|
111
|
+
endpointLabel: 'GET /astrology/horoscope/{sign}/{daily,weekly,monthly}',
|
|
112
|
+
docsSummary: 'Daily, weekly, or monthly horoscope card',
|
|
113
|
+
topic: 'Astrology',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
pascal: 'RoxyCompatibilityCard',
|
|
117
|
+
tag: 'roxy-compatibility-card',
|
|
118
|
+
slug: 'compatibility-card',
|
|
119
|
+
heading: 'Compatibility score',
|
|
120
|
+
description: 'Cross-domain compatibility score card',
|
|
121
|
+
docsLabel: 'Cross',
|
|
122
|
+
endpointLabel:
|
|
123
|
+
'POST /astrology/compatibility-score, /numerology/compatibility, /biorhythm/compatibility',
|
|
124
|
+
docsSummary: 'Score card with category breakdown',
|
|
125
|
+
topic: 'Astrology',
|
|
126
|
+
},
|
|
102
127
|
{
|
|
103
128
|
pascal: 'RoxyVedicKundli',
|
|
104
129
|
tag: 'roxy-vedic-kundli',
|
|
105
130
|
slug: 'vedic-kundli',
|
|
106
131
|
heading: 'Vedic kundli',
|
|
107
132
|
description:
|
|
108
|
-
'South or
|
|
133
|
+
'South, North, or East Indian Vedic kundli for /vedic-astrology/birth-chart with per-planet degree and nakshatra detail',
|
|
109
134
|
docsLabel: 'Vedic',
|
|
110
135
|
endpointLabel: 'POST /vedic-astrology/birth-chart',
|
|
111
|
-
docsSummary: 'South or
|
|
112
|
-
topic: 'Vedic',
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
pascal: 'RoxyPanchangTable',
|
|
116
|
-
tag: 'roxy-panchang-table',
|
|
117
|
-
slug: 'panchang-table',
|
|
118
|
-
heading: 'Panchang',
|
|
119
|
-
description:
|
|
120
|
-
'Panchang muhurta table with auspicious and inauspicious periods',
|
|
121
|
-
docsLabel: 'Vedic',
|
|
122
|
-
endpointLabel: 'POST /vedic-astrology/panchang/{basic,detailed}',
|
|
123
|
-
docsSummary: '15+ muhurtas in detailed mode',
|
|
136
|
+
docsSummary: 'South, North, or East Indian kundli with degree detail',
|
|
124
137
|
topic: 'Vedic',
|
|
125
138
|
},
|
|
126
139
|
{
|
|
127
|
-
pascal: '
|
|
128
|
-
tag: 'roxy-
|
|
129
|
-
slug: '
|
|
130
|
-
heading: '
|
|
131
|
-
description: '
|
|
140
|
+
pascal: 'RoxyDivisionalChart',
|
|
141
|
+
tag: 'roxy-divisional-chart',
|
|
142
|
+
slug: 'divisional-chart',
|
|
143
|
+
heading: 'Divisional chart',
|
|
144
|
+
description: 'D2 to D60 varga chart wheel with Vargottama markers',
|
|
132
145
|
docsLabel: 'Vedic',
|
|
133
|
-
endpointLabel: 'POST /vedic-astrology/
|
|
134
|
-
docsSummary:
|
|
146
|
+
endpointLabel: 'POST /vedic-astrology/divisional-chart',
|
|
147
|
+
docsSummary:
|
|
148
|
+
'Generic divisional varga wheel from D2 Hora to D60 Shashtiamsa',
|
|
135
149
|
topic: 'Vedic',
|
|
136
150
|
},
|
|
137
151
|
{
|
|
138
|
-
pascal: '
|
|
139
|
-
tag: 'roxy-
|
|
140
|
-
slug: '
|
|
141
|
-
heading: '
|
|
142
|
-
description:
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
152
|
+
pascal: 'RoxyKpChart',
|
|
153
|
+
tag: 'roxy-kp-chart',
|
|
154
|
+
slug: 'kp-chart',
|
|
155
|
+
heading: 'KP chart',
|
|
156
|
+
description:
|
|
157
|
+
'Full KP chart with Ascendant, Placidus cusps, and planets in tabbed stellar-hierarchy tables',
|
|
158
|
+
docsLabel: 'Vedic (KP)',
|
|
159
|
+
endpointLabel: 'POST /vedic-astrology/kp/chart',
|
|
160
|
+
docsSummary: 'Ascendant, cusps, and planets with KP stellar hierarchy',
|
|
146
161
|
topic: 'Vedic',
|
|
147
162
|
},
|
|
148
163
|
{
|
|
149
|
-
pascal: '
|
|
150
|
-
tag: 'roxy-
|
|
151
|
-
slug: '
|
|
152
|
-
heading: '
|
|
153
|
-
description:
|
|
164
|
+
pascal: 'RoxyVedicPlanetsTable',
|
|
165
|
+
tag: 'roxy-vedic-planets-table',
|
|
166
|
+
slug: 'vedic-planets-table',
|
|
167
|
+
heading: 'Vedic planets',
|
|
168
|
+
description:
|
|
169
|
+
'Vedic planetary positions table with degree, nakshatra, pada, nakshatra lord, bhava, and avastha',
|
|
154
170
|
docsLabel: 'Vedic',
|
|
155
|
-
endpointLabel: 'POST /vedic-astrology/
|
|
156
|
-
docsSummary: '
|
|
171
|
+
endpointLabel: 'POST /vedic-astrology/birth-chart',
|
|
172
|
+
docsSummary: 'Degree, nakshatra, pada, lord, bhava, avastha columns',
|
|
157
173
|
topic: 'Vedic',
|
|
158
174
|
},
|
|
159
175
|
{
|
|
@@ -168,27 +184,16 @@ export const ROXY_COMPONENTS: readonly RoxyComponent[] = [
|
|
|
168
184
|
topic: 'Vedic',
|
|
169
185
|
},
|
|
170
186
|
{
|
|
171
|
-
pascal: '
|
|
172
|
-
tag: 'roxy-
|
|
173
|
-
slug: '
|
|
174
|
-
heading: '
|
|
175
|
-
description:
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
'Transit planet positions plus optional aspects to a natal chart',
|
|
180
|
-
topic: 'Astrology',
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
pascal: 'RoxyDivisionalChart',
|
|
184
|
-
tag: 'roxy-divisional-chart',
|
|
185
|
-
slug: 'divisional-chart',
|
|
186
|
-
heading: 'Divisional chart',
|
|
187
|
-
description: 'D2 to D60 varga chart wheel with Vargottama markers',
|
|
188
|
-
docsLabel: 'Vedic',
|
|
189
|
-
endpointLabel: 'POST /vedic-astrology/divisional-chart',
|
|
187
|
+
pascal: 'RoxyKpRulingPlanets',
|
|
188
|
+
tag: 'roxy-kp-ruling-planets',
|
|
189
|
+
slug: 'kp-ruling-planets',
|
|
190
|
+
heading: 'KP ruling planets',
|
|
191
|
+
description:
|
|
192
|
+
'KP ruling planets with day lord, Moon and Lagna stellar hierarchies, and house significators',
|
|
193
|
+
docsLabel: 'Vedic (KP)',
|
|
194
|
+
endpointLabel: 'POST /vedic-astrology/kp/ruling-planets',
|
|
190
195
|
docsSummary:
|
|
191
|
-
'
|
|
196
|
+
'Day lord, Moon/Lagna hierarchies, ruling planets, significators',
|
|
192
197
|
topic: 'Vedic',
|
|
193
198
|
},
|
|
194
199
|
{
|
|
@@ -215,15 +220,37 @@ export const ROXY_COMPONENTS: readonly RoxyComponent[] = [
|
|
|
215
220
|
topic: 'Vedic',
|
|
216
221
|
},
|
|
217
222
|
{
|
|
218
|
-
pascal: '
|
|
219
|
-
tag: 'roxy-
|
|
220
|
-
slug: '
|
|
221
|
-
heading: '
|
|
223
|
+
pascal: 'RoxyDashaTimeline',
|
|
224
|
+
tag: 'roxy-dasha-timeline',
|
|
225
|
+
slug: 'dasha-timeline',
|
|
226
|
+
heading: 'Vimshottari dasha',
|
|
227
|
+
description: 'Vimshottari dasha timeline with active mahadasha highlighted',
|
|
228
|
+
docsLabel: 'Vedic',
|
|
229
|
+
endpointLabel: 'POST /vedic-astrology/dasha/{current,major,sub/...}',
|
|
230
|
+
docsSummary: 'Vimshottari mahadasha + antardasha + pratyantardasha',
|
|
231
|
+
topic: 'Vedic',
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
pascal: 'RoxyGunaMilan',
|
|
235
|
+
tag: 'roxy-guna-milan',
|
|
236
|
+
slug: 'guna-milan',
|
|
237
|
+
heading: 'Guna milan',
|
|
238
|
+
description: '36-point Ashtakoota matrimonial compatibility breakdown',
|
|
239
|
+
docsLabel: 'Vedic',
|
|
240
|
+
endpointLabel: 'POST /vedic-astrology/compatibility',
|
|
241
|
+
docsSummary: '36-point Ashtakoota with eight sub-scores',
|
|
242
|
+
topic: 'Vedic',
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
pascal: 'RoxyPanchangTable',
|
|
246
|
+
tag: 'roxy-panchang-table',
|
|
247
|
+
slug: 'panchang-table',
|
|
248
|
+
heading: 'Panchang',
|
|
222
249
|
description:
|
|
223
|
-
'
|
|
250
|
+
'Panchang muhurta table with auspicious and inauspicious periods',
|
|
224
251
|
docsLabel: 'Vedic',
|
|
225
|
-
endpointLabel: '
|
|
226
|
-
docsSummary: '
|
|
252
|
+
endpointLabel: 'POST /vedic-astrology/panchang/{basic,detailed}',
|
|
253
|
+
docsSummary: '15+ muhurtas in detailed mode',
|
|
227
254
|
topic: 'Vedic',
|
|
228
255
|
},
|
|
229
256
|
{
|
|
@@ -237,6 +264,41 @@ export const ROXY_COMPONENTS: readonly RoxyComponent[] = [
|
|
|
237
264
|
docsSummary: 'Day and night Choghadiya muhurta tiles colored by effect',
|
|
238
265
|
topic: 'Vedic',
|
|
239
266
|
},
|
|
267
|
+
{
|
|
268
|
+
pascal: 'RoxyYogaList',
|
|
269
|
+
tag: 'roxy-yoga-list',
|
|
270
|
+
slug: 'yoga-list',
|
|
271
|
+
heading: 'Yoga catalog',
|
|
272
|
+
description:
|
|
273
|
+
'Yoga reference cards from the catalog with optional detail mode',
|
|
274
|
+
docsLabel: 'Vedic',
|
|
275
|
+
endpointLabel: 'GET /vedic-astrology/yoga, /yoga/{id}',
|
|
276
|
+
docsSummary: 'Filterable yoga cards from the 300 plus yoga catalog',
|
|
277
|
+
topic: 'Vedic',
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
pascal: 'RoxyNakshatraCard',
|
|
281
|
+
tag: 'roxy-nakshatra-card',
|
|
282
|
+
slug: 'nakshatra-card',
|
|
283
|
+
heading: 'Nakshatra',
|
|
284
|
+
description:
|
|
285
|
+
'Nakshatra reference card with lord, deity, symbol, characteristics, and remedies',
|
|
286
|
+
docsLabel: 'Vedic',
|
|
287
|
+
endpointLabel: 'GET /vedic-astrology/nakshatras/{id}',
|
|
288
|
+
docsSummary: 'Lord, deity, symbol, characteristics, remedies',
|
|
289
|
+
topic: 'Vedic',
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
pascal: 'RoxyDoshaCard',
|
|
293
|
+
tag: 'roxy-dosha-card',
|
|
294
|
+
slug: 'dosha-card',
|
|
295
|
+
heading: 'Manglik dosha',
|
|
296
|
+
description: 'Manglik, Kaal Sarp, or Sade Sati presence card',
|
|
297
|
+
docsLabel: 'Vedic',
|
|
298
|
+
endpointLabel: 'POST /vedic-astrology/dosha/{manglik,kalsarpa,sadhesati}',
|
|
299
|
+
docsSummary: 'Presence, severity, remedies, scoped effects',
|
|
300
|
+
topic: 'Vedic',
|
|
301
|
+
},
|
|
240
302
|
{
|
|
241
303
|
pascal: 'RoxyNumerologyCard',
|
|
242
304
|
tag: 'roxy-numerology-card',
|
package/src/styles/tokens.css
CHANGED
|
@@ -156,9 +156,13 @@
|
|
|
156
156
|
--roxy-accent-fg: #b45309;
|
|
157
157
|
|
|
158
158
|
--roxy-success: #16a34a;
|
|
159
|
+
--roxy-success-fg: #166534;
|
|
159
160
|
--roxy-warning: #ea580c;
|
|
161
|
+
--roxy-warning-fg: #9a3412;
|
|
160
162
|
--roxy-danger: #dc2626;
|
|
163
|
+
--roxy-danger-fg: #991b1b;
|
|
161
164
|
--roxy-info: #0284c7;
|
|
165
|
+
--roxy-info-fg: #075985;
|
|
162
166
|
|
|
163
167
|
--roxy-bg: #ffffff;
|
|
164
168
|
--roxy-fg: #0a0a0a;
|