@ismail-elkorchi/ui-tokens 0.1.0 → 0.1.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.
@@ -0,0 +1,657 @@
1
+ @layer base {
2
+ :where(:root, [data-uik-theme]) {
3
+ --uik-border-danger: 0.68 0.140 25;
4
+ --uik-border-default: 0.90 0.009 260;
5
+ --uik-border-focus: 0.60 0.160 250;
6
+ --uik-border-info: 0.68 0.140 210;
7
+ --uik-border-muted: 0.94 0.007 260;
8
+ --uik-border-strong: 0.85 0.010 260;
9
+ --uik-border-success: 0.68 0.140 145;
10
+ --uik-border-warning: 0.74 0.140 85;
11
+ --uik-component-alert-danger-bg: 0.45 0.160 25;
12
+ --uik-component-alert-danger-border: 0.45 0.160 25;
13
+ --uik-component-alert-danger-fg: 0.99 0.005 260;
14
+ --uik-component-alert-info-bg: 0.45 0.160 210;
15
+ --uik-component-alert-info-border: 0.45 0.160 210;
16
+ --uik-component-alert-info-fg: 0.99 0.005 260;
17
+ --uik-component-alert-neutral-bg: 0.94 0.007 260;
18
+ --uik-component-alert-neutral-border: 0.90 0.009 260;
19
+ --uik-component-alert-neutral-fg: 0.20 0.014 260;
20
+ --uik-component-alert-success-bg: 0.45 0.160 145;
21
+ --uik-component-alert-success-border: 0.45 0.160 145;
22
+ --uik-component-alert-success-fg: 0.99 0.005 260;
23
+ --uik-component-alert-warning-bg: 0.50 0.140 85;
24
+ --uik-component-alert-warning-border: 0.50 0.140 85;
25
+ --uik-component-alert-warning-fg: 0.20 0.014 260;
26
+ --uik-component-badge-base-border-width: var(--uik-border-width-1);
27
+ --uik-component-badge-base-font-size: var(--uik-typography-font-size-1);
28
+ --uik-component-badge-base-font-weight: var(--uik-typography-font-weight-medium);
29
+ --uik-component-badge-base-line-height: var(--uik-typography-line-height-1);
30
+ --uik-component-badge-base-padding-x: var(--uik-space-2);
31
+ --uik-component-badge-base-padding-y: var(--uik-space-1);
32
+ --uik-component-badge-base-radius: var(--uik-radius-full);
33
+ --uik-component-badge-danger-bg: 0.45 0.160 25;
34
+ --uik-component-badge-danger-border: 0.45 0.160 25;
35
+ --uik-component-badge-danger-fg: 0.99 0.005 260;
36
+ --uik-component-badge-danger-shadow: var(--uik-shadow-0);
37
+ --uik-component-badge-default-bg: 0.94 0.007 260;
38
+ --uik-component-badge-default-border: 0.90 0.009 260;
39
+ --uik-component-badge-default-fg: 0.20 0.014 260;
40
+ --uik-component-badge-default-shadow: var(--uik-shadow-0);
41
+ --uik-component-badge-outline-bg: 0.99 0.005 260;
42
+ --uik-component-badge-outline-border: 0.90 0.009 260;
43
+ --uik-component-badge-outline-fg: 0.20 0.014 260;
44
+ --uik-component-badge-outline-shadow: var(--uik-shadow-0);
45
+ --uik-component-badge-secondary-bg: 0.97 0.006 260;
46
+ --uik-component-badge-secondary-border: 0.94 0.007 260;
47
+ --uik-component-badge-secondary-fg: 0.20 0.014 260;
48
+ --uik-component-badge-secondary-shadow: var(--uik-shadow-0);
49
+ --uik-component-box-bg: 0.99 0.005 260;
50
+ --uik-component-box-bg-opacity: var(--uik-opacity-0);
51
+ --uik-component-box-border-color: 0.90 0.009 260;
52
+ --uik-component-box-border-opacity: var(--uik-opacity-0);
53
+ --uik-component-box-border-width: var(--uik-border-width-0);
54
+ --uik-component-box-padding-0: var(--uik-space-0);
55
+ --uik-component-box-padding-1: var(--uik-space-1);
56
+ --uik-component-box-padding-2: var(--uik-space-2);
57
+ --uik-component-box-padding-3: var(--uik-space-3);
58
+ --uik-component-box-padding-4: var(--uik-space-4);
59
+ --uik-component-box-padding-5: var(--uik-space-5);
60
+ --uik-component-box-padding-6: var(--uik-space-6);
61
+ --uik-component-box-radius: var(--uik-radius-0);
62
+ --uik-component-button-base-border-width: var(--uik-border-width-1);
63
+ --uik-component-button-base-disabled-opacity: var(--uik-state-disabled-opacity);
64
+ --uik-component-button-base-focus-ring: 0.60 0.160 250;
65
+ --uik-component-button-base-focus-ring-offset: var(--uik-focus-ring-offset-default);
66
+ --uik-component-button-base-focus-ring-opacity: var(--uik-focus-ring-opacity);
67
+ --uik-component-button-base-focus-ring-width: var(--uik-focus-ring-width);
68
+ --uik-component-button-base-font-family: var(--uik-typography-font-family-sans);
69
+ --uik-component-button-base-font-size: var(--uik-typography-font-size-2);
70
+ --uik-component-button-base-font-weight: var(--uik-typography-font-weight-medium);
71
+ --uik-component-button-base-gap: var(--uik-layout-control-gap-2);
72
+ --uik-component-button-base-line-height: var(--uik-typography-line-height-2);
73
+ --uik-component-button-base-transition-duration: var(--uik-motion-duration-2);
74
+ --uik-component-button-base-transition-ease: var(--uik-motion-ease-standard);
75
+ --uik-component-button-danger-bg-active: 0.31 0.120 25;
76
+ --uik-component-button-danger-bg-default: 0.45 0.160 25;
77
+ --uik-component-button-danger-bg-hover: 0.38 0.140 25;
78
+ --uik-component-button-danger-border: 0.45 0.160 25;
79
+ --uik-component-button-danger-fg: 0.99 0.005 260;
80
+ --uik-component-button-danger-shadow: var(--uik-shadow-1);
81
+ --uik-component-button-ghost-bg-active: 0.94 0.007 260;
82
+ --uik-component-button-ghost-bg-default: 0.99 0.005 260;
83
+ --uik-component-button-ghost-bg-hover: 0.97 0.006 260;
84
+ --uik-component-button-ghost-border: 0.90 0.009 260;
85
+ --uik-component-button-ghost-fg: 0.20 0.014 260;
86
+ --uik-component-button-ghost-shadow: var(--uik-shadow-0);
87
+ --uik-component-button-lg-height: var(--uik-size-control-lg);
88
+ --uik-component-button-lg-icon-size: var(--uik-size-icon-lg);
89
+ --uik-component-button-lg-padding-x: var(--uik-layout-control-padding-x-4);
90
+ --uik-component-button-lg-padding-y: var(--uik-layout-control-padding-y-3);
91
+ --uik-component-button-lg-radius: var(--uik-radius-4);
92
+ --uik-component-button-link-bg-active: 0.99 0.005 260;
93
+ --uik-component-button-link-bg-default: 0.99 0.005 260;
94
+ --uik-component-button-link-bg-hover: 0.99 0.005 260;
95
+ --uik-component-button-link-border: 0.90 0.009 260;
96
+ --uik-component-button-link-decoration-hover: solid;
97
+ --uik-component-button-link-fg: 0.45 0.160 250;
98
+ --uik-component-button-link-shadow: var(--uik-shadow-0);
99
+ --uik-component-button-link-underline-offset: 0.2rem;
100
+ --uik-component-button-md-height: var(--uik-size-control-md);
101
+ --uik-component-button-md-icon-size: var(--uik-size-icon-md);
102
+ --uik-component-button-md-padding-x: var(--uik-layout-control-padding-x-3);
103
+ --uik-component-button-md-padding-y: var(--uik-layout-control-padding-y-2);
104
+ --uik-component-button-md-radius: var(--uik-radius-3);
105
+ --uik-component-button-outline-bg-active: 0.94 0.007 260;
106
+ --uik-component-button-outline-bg-default: 0.99 0.005 260;
107
+ --uik-component-button-outline-bg-hover: 0.97 0.006 260;
108
+ --uik-component-button-outline-border: 0.90 0.009 260;
109
+ --uik-component-button-outline-fg: 0.20 0.014 260;
110
+ --uik-component-button-outline-shadow: var(--uik-shadow-0);
111
+ --uik-component-button-secondary-bg-active: 0.85 0.010 260;
112
+ --uik-component-button-secondary-bg-default: 0.94 0.007 260;
113
+ --uik-component-button-secondary-bg-hover: 0.90 0.009 260;
114
+ --uik-component-button-secondary-border: 0.90 0.009 260;
115
+ --uik-component-button-secondary-fg: 0.20 0.014 260;
116
+ --uik-component-button-secondary-shadow: var(--uik-shadow-0);
117
+ --uik-component-button-sm-height: var(--uik-size-control-sm);
118
+ --uik-component-button-sm-icon-size: var(--uik-size-icon-sm);
119
+ --uik-component-button-sm-padding-x: var(--uik-layout-control-padding-x-2);
120
+ --uik-component-button-sm-padding-y: var(--uik-layout-control-padding-y-1);
121
+ --uik-component-button-sm-radius: var(--uik-radius-3);
122
+ --uik-component-button-solid-bg-active: 0.31 0.120 250;
123
+ --uik-component-button-solid-bg-default: 0.45 0.160 250;
124
+ --uik-component-button-solid-bg-hover: 0.38 0.140 250;
125
+ --uik-component-button-solid-border: 0.45 0.160 250;
126
+ --uik-component-button-solid-fg: 0.99 0.005 260;
127
+ --uik-component-button-solid-shadow: var(--uik-shadow-1);
128
+ --uik-component-checkbox-accent: 0.45 0.160 250;
129
+ --uik-component-checkbox-size: var(--uik-size-icon-md);
130
+ --uik-component-heading-color-danger: 0.45 0.160 25;
131
+ --uik-component-heading-color-default: 0.20 0.014 260;
132
+ --uik-component-heading-color-info: 0.45 0.160 210;
133
+ --uik-component-heading-color-muted: 0.48 0.016 260;
134
+ --uik-component-heading-color-strong: 0.20 0.014 260;
135
+ --uik-component-heading-color-success: 0.45 0.160 145;
136
+ --uik-component-heading-color-warning: 0.50 0.140 85;
137
+ --uik-component-heading-line-height-1: var(--uik-typography-line-height-8);
138
+ --uik-component-heading-line-height-2: var(--uik-typography-line-height-7);
139
+ --uik-component-heading-line-height-3: var(--uik-typography-line-height-6);
140
+ --uik-component-heading-line-height-4: var(--uik-typography-line-height-5);
141
+ --uik-component-heading-line-height-5: var(--uik-typography-line-height-4);
142
+ --uik-component-heading-line-height-6: var(--uik-typography-line-height-4);
143
+ --uik-component-heading-size-1: var(--uik-typography-font-size-8);
144
+ --uik-component-heading-size-2: var(--uik-typography-font-size-7);
145
+ --uik-component-heading-size-3: var(--uik-typography-font-size-6);
146
+ --uik-component-heading-size-4: var(--uik-typography-font-size-5);
147
+ --uik-component-heading-size-5: var(--uik-typography-font-size-4);
148
+ --uik-component-heading-size-6: var(--uik-typography-font-size-3);
149
+ --uik-component-heading-weight: var(--uik-typography-font-weight-semibold);
150
+ --uik-component-icon-color-danger: 0.45 0.160 25;
151
+ --uik-component-icon-color-default: 0.20 0.014 260;
152
+ --uik-component-icon-color-info: 0.45 0.160 210;
153
+ --uik-component-icon-color-inverse: 0.99 0.005 260;
154
+ --uik-component-icon-color-muted: 0.48 0.016 260;
155
+ --uik-component-icon-color-success: 0.45 0.160 145;
156
+ --uik-component-icon-color-warning: 0.50 0.140 85;
157
+ --uik-component-icon-size-lg: var(--uik-size-icon-lg);
158
+ --uik-component-icon-size-md: var(--uik-size-icon-md);
159
+ --uik-component-icon-size-sm: var(--uik-size-icon-sm);
160
+ --uik-component-icon-size-xs: var(--uik-size-icon-xs);
161
+ --uik-component-input-base-bg: 0.99 0.005 260;
162
+ --uik-component-input-base-border-default: 0.90 0.009 260;
163
+ --uik-component-input-base-border-focus: 0.60 0.160 250;
164
+ --uik-component-input-base-border-hover: 0.85 0.010 260;
165
+ --uik-component-input-base-border-width: var(--uik-border-width-1);
166
+ --uik-component-input-base-disabled-opacity: var(--uik-field-disabled-opacity);
167
+ --uik-component-input-base-fg: 0.20 0.014 260;
168
+ --uik-component-input-base-focus-ring: 0.60 0.160 250;
169
+ --uik-component-input-base-focus-ring-offset: var(--uik-focus-ring-offset-default);
170
+ --uik-component-input-base-focus-ring-opacity: var(--uik-focus-ring-opacity);
171
+ --uik-component-input-base-focus-ring-width: var(--uik-focus-ring-width);
172
+ --uik-component-input-base-font-size: var(--uik-typography-font-size-2);
173
+ --uik-component-input-base-font-weight: var(--uik-typography-font-weight-regular);
174
+ --uik-component-input-base-height: var(--uik-size-control-md);
175
+ --uik-component-input-base-line-height: var(--uik-typography-line-height-2);
176
+ --uik-component-input-base-padding-x: var(--uik-layout-control-padding-x-3);
177
+ --uik-component-input-base-padding-y: var(--uik-layout-control-padding-y-2);
178
+ --uik-component-input-base-placeholder: 0.48 0.016 260;
179
+ --uik-component-input-base-radius: var(--uik-radius-3);
180
+ --uik-component-input-base-selection-bg: 0.82 0.080 250;
181
+ --uik-component-input-base-selection-fg: 0.20 0.014 260;
182
+ --uik-component-input-base-shadow: var(--uik-shadow-0);
183
+ --uik-component-link-fg-default: 0.45 0.160 250;
184
+ --uik-component-link-fg-hover: 0.38 0.140 250;
185
+ --uik-component-link-underline-offset: var(--uik-space-1);
186
+ --uik-component-nav-indent: var(--uik-space-3);
187
+ --uik-component-nav-item-active-bg: 0.97 0.006 260;
188
+ --uik-component-nav-item-bg: 0.99 0.005 260;
189
+ --uik-component-nav-item-gap: var(--uik-layout-control-gap-2);
190
+ --uik-component-nav-item-height: var(--uik-size-control-sm);
191
+ --uik-component-nav-item-hover-bg: 0.97 0.006 260;
192
+ --uik-component-nav-item-padding-x: var(--uik-layout-control-padding-x-1);
193
+ --uik-component-nav-item-padding-y: var(--uik-layout-control-padding-y-1);
194
+ --uik-component-nav-item-radius: var(--uik-radius-2);
195
+ --uik-component-nav-text-active: 0.20 0.014 260;
196
+ --uik-component-nav-text-default: 0.20 0.014 260;
197
+ --uik-component-nav-text-hover: 0.20 0.014 260;
198
+ --uik-component-nav-toggle-fg: 0.48 0.016 260;
199
+ --uik-component-progress-bar-bg: 0.45 0.160 250;
200
+ --uik-component-progress-height: var(--uik-space-2);
201
+ --uik-component-progress-min-width: var(--uik-size-control-xl);
202
+ --uik-component-progress-radius: var(--uik-radius-full);
203
+ --uik-component-progress-track-bg: 0.97 0.006 260;
204
+ --uik-component-radio-accent: 0.45 0.160 250;
205
+ --uik-component-radio-group-gap: var(--uik-layout-control-gap-2);
206
+ --uik-component-radio-size: var(--uik-size-icon-md);
207
+ --uik-component-select-base-bg: 0.99 0.005 260;
208
+ --uik-component-select-base-border-default: 0.90 0.009 260;
209
+ --uik-component-select-base-border-focus: 0.60 0.160 250;
210
+ --uik-component-select-base-border-hover: 0.85 0.010 260;
211
+ --uik-component-select-base-fg: 0.20 0.014 260;
212
+ --uik-component-select-base-font-size: var(--uik-typography-font-size-3);
213
+ --uik-component-select-base-line-height: var(--uik-typography-line-height-4);
214
+ --uik-component-select-base-padding-x: var(--uik-layout-control-padding-x-3);
215
+ --uik-component-select-base-padding-y: var(--uik-layout-control-padding-y-2);
216
+ --uik-component-select-base-radius: var(--uik-radius-3);
217
+ --uik-component-select-base-shadow: var(--uik-shadow-0);
218
+ --uik-component-shell-activity-bar-bg: 0.97 0.006 260;
219
+ --uik-component-shell-activity-bar-fg: 0.48 0.016 260;
220
+ --uik-component-shell-activity-bar-width: 3.25rem;
221
+ --uik-component-shell-divider-color: 0.94 0.007 260;
222
+ --uik-component-shell-scrollbar-thumb: 0.78 0.012 260;
223
+ --uik-component-shell-scrollbar-track: 0.97 0.006 260;
224
+ --uik-component-shell-secondary-sidebar-bg: 0.99 0.005 260;
225
+ --uik-component-shell-secondary-sidebar-width: 18rem;
226
+ --uik-component-shell-sidebar-bg: 0.99 0.005 260;
227
+ --uik-component-shell-sidebar-fg: 0.20 0.014 260;
228
+ --uik-component-shell-sidebar-width: 16rem;
229
+ --uik-component-shell-status-bar-bg: 0.97 0.006 260;
230
+ --uik-component-shell-status-bar-fg: 0.48 0.016 260;
231
+ --uik-component-shell-status-bar-height: 2.25rem;
232
+ --uik-component-spinner-indicator-danger: 0.45 0.160 25;
233
+ --uik-component-spinner-indicator-default: 0.20 0.014 260;
234
+ --uik-component-spinner-indicator-info: 0.45 0.160 210;
235
+ --uik-component-spinner-indicator-muted: 0.48 0.016 260;
236
+ --uik-component-spinner-indicator-primary: 0.45 0.160 250;
237
+ --uik-component-spinner-indicator-success: 0.45 0.160 145;
238
+ --uik-component-spinner-indicator-warning: 0.50 0.140 85;
239
+ --uik-component-spinner-size-lg: var(--uik-size-icon-lg);
240
+ --uik-component-spinner-size-md: var(--uik-size-icon-md);
241
+ --uik-component-spinner-size-sm: var(--uik-size-icon-sm);
242
+ --uik-component-spinner-track: 0.94 0.007 260;
243
+ --uik-component-stack-gap-1: var(--uik-layout-control-gap-1);
244
+ --uik-component-stack-gap-2: var(--uik-layout-control-gap-2);
245
+ --uik-component-stack-gap-3: var(--uik-layout-control-gap-3);
246
+ --uik-component-stack-gap-4: var(--uik-layout-control-gap-4);
247
+ --uik-component-stack-gap-5: var(--uik-layout-control-gap-5);
248
+ --uik-component-stack-gap-6: var(--uik-layout-control-gap-6);
249
+ --uik-component-surface-bg-card: 0.99 0.005 260;
250
+ --uik-component-surface-bg-default: 0.99 0.005 260;
251
+ --uik-component-surface-bg-elevated: 0.99 0.005 260;
252
+ --uik-component-surface-bg-muted: 0.97 0.006 260;
253
+ --uik-component-surface-bg-popover: 0.99 0.005 260;
254
+ --uik-component-surface-border-color-bordered: 0.90 0.009 260;
255
+ --uik-component-surface-border-color-default: 0.90 0.009 260;
256
+ --uik-component-surface-border-width-bordered: var(--uik-border-width-1);
257
+ --uik-component-surface-border-width-default: var(--uik-border-width-0);
258
+ --uik-component-surface-radius: var(--uik-radius-3);
259
+ --uik-component-surface-shadow-card: var(--uik-elevation-card-shadow);
260
+ --uik-component-surface-shadow-default: var(--uik-shadow-0);
261
+ --uik-component-surface-shadow-elevated: var(--uik-elevation-card-shadow);
262
+ --uik-component-surface-shadow-popover: var(--uik-elevation-popover-shadow);
263
+ --uik-component-switch-height: var(--uik-size-control-sm);
264
+ --uik-component-switch-padding: var(--uik-space-2);
265
+ --uik-component-switch-thumb-bg: 0.99 0.005 260;
266
+ --uik-component-switch-thumb-shadow: var(--uik-shadow-1);
267
+ --uik-component-switch-thumb-size: var(--uik-size-icon-md);
268
+ --uik-component-switch-track-bg-checked: 0.45 0.160 250;
269
+ --uik-component-switch-track-bg-default: 0.97 0.006 260;
270
+ --uik-component-switch-track-border-checked: 0.45 0.160 250;
271
+ --uik-component-switch-track-border-default: 0.90 0.009 260;
272
+ --uik-component-switch-width: var(--uik-size-control-xl);
273
+ --uik-component-text-color-danger: 0.45 0.160 25;
274
+ --uik-component-text-color-default: 0.20 0.014 260;
275
+ --uik-component-text-color-info: 0.45 0.160 210;
276
+ --uik-component-text-color-muted: 0.48 0.016 260;
277
+ --uik-component-text-color-strong: 0.20 0.014 260;
278
+ --uik-component-text-color-success: 0.45 0.160 145;
279
+ --uik-component-text-color-warning: 0.50 0.140 85;
280
+ --uik-component-text-line-height-lg: var(--uik-typography-line-height-4);
281
+ --uik-component-text-line-height-md: var(--uik-typography-line-height-4);
282
+ --uik-component-text-line-height-sm: var(--uik-typography-line-height-3);
283
+ --uik-component-text-line-height-xl: var(--uik-typography-line-height-5);
284
+ --uik-component-text-size-lg: var(--uik-typography-font-size-4);
285
+ --uik-component-text-size-md: var(--uik-typography-font-size-3);
286
+ --uik-component-text-size-sm: var(--uik-typography-font-size-2);
287
+ --uik-component-text-size-xl: var(--uik-typography-font-size-5);
288
+ --uik-component-text-weight-bold: var(--uik-typography-font-weight-bold);
289
+ --uik-component-text-weight-medium: var(--uik-typography-font-weight-medium);
290
+ --uik-component-text-weight-regular: var(--uik-typography-font-weight-regular);
291
+ --uik-component-text-weight-semibold: var(--uik-typography-font-weight-semibold);
292
+ --uik-component-textarea-base-bg: 0.99 0.005 260;
293
+ --uik-component-textarea-base-border-default: 0.90 0.009 260;
294
+ --uik-component-textarea-base-border-focus: 0.60 0.160 250;
295
+ --uik-component-textarea-base-border-hover: 0.85 0.010 260;
296
+ --uik-component-textarea-base-fg: 0.20 0.014 260;
297
+ --uik-component-textarea-base-font-size: var(--uik-typography-font-size-3);
298
+ --uik-component-textarea-base-line-height: var(--uik-typography-line-height-4);
299
+ --uik-component-textarea-base-min-height: var(--uik-size-control-lg);
300
+ --uik-component-textarea-base-padding-x: var(--uik-layout-control-padding-x-3);
301
+ --uik-component-textarea-base-padding-y: var(--uik-layout-control-padding-y-3);
302
+ --uik-component-textarea-base-placeholder: 0.48 0.016 260;
303
+ --uik-component-textarea-base-radius: var(--uik-radius-3);
304
+ --uik-component-textarea-base-shadow: var(--uik-shadow-0);
305
+ --uik-component-tree-view-indent: var(--uik-space-3);
306
+ --uik-component-tree-view-item-active-bg: 0.97 0.006 260;
307
+ --uik-component-tree-view-item-bg: 0.99 0.005 260;
308
+ --uik-component-tree-view-item-gap: var(--uik-layout-control-gap-2);
309
+ --uik-component-tree-view-item-height: var(--uik-size-control-sm);
310
+ --uik-component-tree-view-item-hover-bg: 0.97 0.006 260;
311
+ --uik-component-tree-view-item-padding-x: var(--uik-layout-control-padding-x-1);
312
+ --uik-component-tree-view-item-radius: var(--uik-radius-2);
313
+ --uik-component-tree-view-text-branch: 0.20 0.014 260;
314
+ --uik-component-tree-view-text-hover: 0.20 0.014 260;
315
+ --uik-component-tree-view-text-leaf: 0.48 0.016 260;
316
+ --uik-component-tree-view-toggle-fg: 0.48 0.016 260;
317
+ --uik-elevation-card-shadow: var(--uik-shadow-1);
318
+ --uik-elevation-modal-shadow: var(--uik-shadow-4);
319
+ --uik-elevation-popover-shadow: var(--uik-shadow-3);
320
+ --uik-field-bg: 0.99 0.005 260;
321
+ --uik-field-border-default: 0.90 0.009 260;
322
+ --uik-field-border-focus: 0.60 0.160 250;
323
+ --uik-field-border-hover: 0.85 0.010 260;
324
+ --uik-field-disabled-opacity: 0.5;
325
+ --uik-field-fg: 0.20 0.014 260;
326
+ --uik-field-placeholder: 0.48 0.016 260;
327
+ --uik-focus-ring-default: 0.60 0.160 250;
328
+ --uik-focus-ring-offset-bg: 0.99 0.005 260;
329
+ --uik-focus-ring-offset-default: var(--uik-border-width-1);
330
+ --uik-focus-ring-opacity: 0.85;
331
+ --uik-focus-ring-width: var(--uik-outline-width-1);
332
+ --uik-icon-danger: 0.45 0.160 25;
333
+ --uik-icon-default: 0.20 0.014 260;
334
+ --uik-icon-info: 0.45 0.160 210;
335
+ --uik-icon-inverse: 0.99 0.005 260;
336
+ --uik-icon-muted: 0.48 0.016 260;
337
+ --uik-icon-success: 0.45 0.160 145;
338
+ --uik-icon-warning: 0.50 0.140 85;
339
+ --uik-intent-danger-bg-active: 0.31 0.120 25;
340
+ --uik-intent-danger-bg-default: 0.45 0.160 25;
341
+ --uik-intent-danger-bg-hover: 0.38 0.140 25;
342
+ --uik-intent-danger-border-default: 0.45 0.160 25;
343
+ --uik-intent-danger-border-hover: 0.38 0.140 25;
344
+ --uik-intent-danger-fg: 0.99 0.005 260;
345
+ --uik-intent-danger-ring: 0.60 0.160 25;
346
+ --uik-intent-info-bg-active: 0.31 0.120 210;
347
+ --uik-intent-info-bg-default: 0.45 0.160 210;
348
+ --uik-intent-info-bg-hover: 0.38 0.140 210;
349
+ --uik-intent-info-border-default: 0.45 0.160 210;
350
+ --uik-intent-info-border-hover: 0.38 0.140 210;
351
+ --uik-intent-info-fg: 0.99 0.005 260;
352
+ --uik-intent-info-ring: 0.60 0.160 210;
353
+ --uik-intent-neutral-bg-active: 0.85 0.010 260;
354
+ --uik-intent-neutral-bg-default: 0.94 0.007 260;
355
+ --uik-intent-neutral-bg-hover: 0.90 0.009 260;
356
+ --uik-intent-neutral-border-default: 0.90 0.009 260;
357
+ --uik-intent-neutral-border-hover: 0.85 0.010 260;
358
+ --uik-intent-neutral-fg: 0.20 0.014 260;
359
+ --uik-intent-neutral-ring: 0.68 0.014 260;
360
+ --uik-intent-primary-bg-active: 0.31 0.120 250;
361
+ --uik-intent-primary-bg-default: 0.45 0.160 250;
362
+ --uik-intent-primary-bg-hover: 0.38 0.140 250;
363
+ --uik-intent-primary-border-default: 0.45 0.160 250;
364
+ --uik-intent-primary-border-hover: 0.38 0.140 250;
365
+ --uik-intent-primary-fg: 0.99 0.005 260;
366
+ --uik-intent-primary-ring: 0.60 0.160 250;
367
+ --uik-intent-success-bg-active: 0.31 0.120 145;
368
+ --uik-intent-success-bg-default: 0.45 0.160 145;
369
+ --uik-intent-success-bg-hover: 0.38 0.140 145;
370
+ --uik-intent-success-border-default: 0.45 0.160 145;
371
+ --uik-intent-success-border-hover: 0.38 0.140 145;
372
+ --uik-intent-success-fg: 0.99 0.005 260;
373
+ --uik-intent-success-ring: 0.60 0.160 145;
374
+ --uik-intent-warning-bg-active: 0.34 0.110 85;
375
+ --uik-intent-warning-bg-default: 0.50 0.140 85;
376
+ --uik-intent-warning-bg-hover: 0.42 0.130 85;
377
+ --uik-intent-warning-border-default: 0.50 0.140 85;
378
+ --uik-intent-warning-border-hover: 0.42 0.130 85;
379
+ --uik-intent-warning-fg: 0.20 0.014 260;
380
+ --uik-intent-warning-ring: 0.66 0.150 85;
381
+ --uik-scrim-color: 0.20 0.014 260;
382
+ --uik-scrim-opacity: 0.4;
383
+ --uik-scrollbar-thumb-default: 0.78 0.012 260;
384
+ --uik-scrollbar-thumb-hover: 0.68 0.014 260;
385
+ --uik-scrollbar-track: 0.97 0.006 260;
386
+ --uik-selection-bg: 0.82 0.080 250;
387
+ --uik-selection-fg: 0.20 0.014 260;
388
+ --uik-separator-color: 0.94 0.007 260;
389
+ --uik-separator-radius: var(--uik-radius-full);
390
+ --uik-separator-thickness: var(--uik-border-width-1);
391
+ --uik-state-active-opacity: 0.1;
392
+ --uik-state-disabled-opacity: 0.5;
393
+ --uik-state-hover-opacity: 0.06;
394
+ --uik-state-selected-opacity: 0.12;
395
+ --uik-surface-bg: 0.99 0.005 260;
396
+ --uik-surface-card: 0.99 0.005 260;
397
+ --uik-surface-elevated-1: 0.99 0.005 260;
398
+ --uik-surface-elevated-2: 0.97 0.006 260;
399
+ --uik-surface-muted: 0.97 0.006 260;
400
+ --uik-surface-popover: 0.99 0.005 260;
401
+ --uik-text-danger: 0.45 0.160 25;
402
+ --uik-text-default: 0.20 0.014 260;
403
+ --uik-text-disabled: 0.58 0.015 260;
404
+ --uik-text-info: 0.45 0.160 210;
405
+ --uik-text-inverse: 0.99 0.005 260;
406
+ --uik-text-link-default: 0.45 0.160 250;
407
+ --uik-text-link-hover: 0.38 0.140 250;
408
+ --uik-text-muted: 0.48 0.016 260;
409
+ --uik-text-secondary: 0.58 0.015 260;
410
+ --uik-text-strong: 0.20 0.014 260;
411
+ --uik-text-success: 0.45 0.160 145;
412
+ --uik-text-warning: 0.50 0.140 85;
413
+ }
414
+ }
415
+
416
+ @layer base {
417
+ :where([data-uik-theme='dark']) {
418
+ color-scheme: dark;
419
+ --uik-border-danger: 0.60 0.160 25;
420
+ --uik-border-default: 0.48 0.016 260;
421
+ --uik-border-focus: 0.68 0.140 250;
422
+ --uik-border-info: 0.60 0.160 210;
423
+ --uik-border-muted: 0.38 0.016 260;
424
+ --uik-border-strong: 0.58 0.015 260;
425
+ --uik-border-success: 0.60 0.160 145;
426
+ --uik-border-warning: 0.66 0.150 85;
427
+ --uik-component-alert-danger-bg: 0.52 0.170 25;
428
+ --uik-component-alert-danger-border: 0.52 0.170 25;
429
+ --uik-component-alert-danger-fg: 0.20 0.014 260;
430
+ --uik-component-alert-info-bg: 0.52 0.170 210;
431
+ --uik-component-alert-info-border: 0.52 0.170 210;
432
+ --uik-component-alert-info-fg: 0.20 0.014 260;
433
+ --uik-component-alert-neutral-bg: 0.38 0.016 260;
434
+ --uik-component-alert-neutral-border: 0.48 0.016 260;
435
+ --uik-component-alert-neutral-fg: 0.99 0.005 260;
436
+ --uik-component-alert-success-bg: 0.52 0.170 145;
437
+ --uik-component-alert-success-border: 0.52 0.170 145;
438
+ --uik-component-alert-success-fg: 0.20 0.014 260;
439
+ --uik-component-alert-warning-bg: 0.58 0.150 85;
440
+ --uik-component-alert-warning-border: 0.58 0.150 85;
441
+ --uik-component-badge-danger-bg: 0.52 0.170 25;
442
+ --uik-component-badge-danger-border: 0.52 0.170 25;
443
+ --uik-component-badge-danger-fg: 0.20 0.014 260;
444
+ --uik-component-badge-default-bg: 0.38 0.016 260;
445
+ --uik-component-badge-default-border: 0.48 0.016 260;
446
+ --uik-component-badge-default-fg: 0.99 0.005 260;
447
+ --uik-component-badge-outline-bg: 0.20 0.014 260;
448
+ --uik-component-badge-outline-border: 0.48 0.016 260;
449
+ --uik-component-badge-outline-fg: 0.99 0.005 260;
450
+ --uik-component-badge-secondary-bg: 0.38 0.016 260;
451
+ --uik-component-badge-secondary-border: 0.38 0.016 260;
452
+ --uik-component-badge-secondary-fg: 0.99 0.005 260;
453
+ --uik-component-box-bg: 0.20 0.014 260;
454
+ --uik-component-box-border-color: 0.48 0.016 260;
455
+ --uik-component-button-base-focus-ring: 0.68 0.140 250;
456
+ --uik-component-button-danger-bg-active: 0.68 0.140 25;
457
+ --uik-component-button-danger-bg-default: 0.52 0.170 25;
458
+ --uik-component-button-danger-bg-hover: 0.60 0.160 25;
459
+ --uik-component-button-danger-border: 0.52 0.170 25;
460
+ --uik-component-button-danger-fg: 0.20 0.014 260;
461
+ --uik-component-button-ghost-bg-active: 0.48 0.016 260;
462
+ --uik-component-button-ghost-bg-default: 0.20 0.014 260;
463
+ --uik-component-button-ghost-bg-hover: 0.38 0.016 260;
464
+ --uik-component-button-ghost-border: 0.48 0.016 260;
465
+ --uik-component-button-ghost-fg: 0.99 0.005 260;
466
+ --uik-component-button-link-bg-active: 0.20 0.014 260;
467
+ --uik-component-button-link-bg-default: 0.20 0.014 260;
468
+ --uik-component-button-link-bg-hover: 0.20 0.014 260;
469
+ --uik-component-button-link-border: 0.48 0.016 260;
470
+ --uik-component-button-link-fg: 0.82 0.080 250;
471
+ --uik-component-button-outline-bg-default: 0.20 0.014 260;
472
+ --uik-component-button-outline-bg-hover: 0.38 0.016 260;
473
+ --uik-component-button-outline-border: 0.48 0.016 260;
474
+ --uik-component-button-outline-fg: 0.99 0.005 260;
475
+ --uik-component-button-secondary-bg-active: 0.58 0.015 260;
476
+ --uik-component-button-secondary-bg-default: 0.38 0.016 260;
477
+ --uik-component-button-secondary-bg-hover: 0.48 0.016 260;
478
+ --uik-component-button-secondary-border: 0.48 0.016 260;
479
+ --uik-component-button-secondary-fg: 0.99 0.005 260;
480
+ --uik-component-button-solid-bg-active: 0.76 0.110 250;
481
+ --uik-component-button-solid-bg-default: 0.60 0.160 250;
482
+ --uik-component-button-solid-bg-hover: 0.68 0.140 250;
483
+ --uik-component-button-solid-border: 0.60 0.160 250;
484
+ --uik-component-button-solid-fg: 0.20 0.014 260;
485
+ --uik-component-checkbox-accent: 0.60 0.160 250;
486
+ --uik-component-heading-color-danger: 0.82 0.080 25;
487
+ --uik-component-heading-color-default: 0.99 0.005 260;
488
+ --uik-component-heading-color-info: 0.82 0.080 210;
489
+ --uik-component-heading-color-muted: 0.90 0.009 260;
490
+ --uik-component-heading-color-strong: 0.99 0.005 260;
491
+ --uik-component-heading-color-success: 0.82 0.080 145;
492
+ --uik-component-heading-color-warning: 0.88 0.095 85;
493
+ --uik-component-icon-color-danger: 0.82 0.080 25;
494
+ --uik-component-icon-color-default: 0.99 0.005 260;
495
+ --uik-component-icon-color-info: 0.82 0.080 210;
496
+ --uik-component-icon-color-inverse: 0.20 0.014 260;
497
+ --uik-component-icon-color-muted: 0.90 0.009 260;
498
+ --uik-component-icon-color-success: 0.82 0.080 145;
499
+ --uik-component-icon-color-warning: 0.88 0.095 85;
500
+ --uik-component-input-base-bg: 0.28 0.015 260;
501
+ --uik-component-input-base-border-default: 0.48 0.016 260;
502
+ --uik-component-input-base-border-focus: 0.68 0.140 250;
503
+ --uik-component-input-base-border-hover: 0.58 0.015 260;
504
+ --uik-component-input-base-fg: 0.99 0.005 260;
505
+ --uik-component-input-base-focus-ring: 0.68 0.140 250;
506
+ --uik-component-input-base-placeholder: 0.90 0.009 260;
507
+ --uik-component-input-base-selection-bg: 0.45 0.160 250;
508
+ --uik-component-input-base-selection-fg: 0.99 0.005 260;
509
+ --uik-component-link-fg-default: 0.82 0.080 250;
510
+ --uik-component-link-fg-hover: 0.88 0.050 250;
511
+ --uik-component-nav-item-active-bg: 0.38 0.016 260;
512
+ --uik-component-nav-item-bg: 0.20 0.014 260;
513
+ --uik-component-nav-item-hover-bg: 0.38 0.016 260;
514
+ --uik-component-nav-text-active: 0.99 0.005 260;
515
+ --uik-component-nav-text-default: 0.99 0.005 260;
516
+ --uik-component-nav-text-hover: 0.99 0.005 260;
517
+ --uik-component-nav-toggle-fg: 0.90 0.009 260;
518
+ --uik-component-progress-bar-bg: 0.60 0.160 250;
519
+ --uik-component-progress-track-bg: 0.38 0.016 260;
520
+ --uik-component-radio-accent: 0.60 0.160 250;
521
+ --uik-component-select-base-bg: 0.28 0.015 260;
522
+ --uik-component-select-base-border-default: 0.48 0.016 260;
523
+ --uik-component-select-base-border-focus: 0.68 0.140 250;
524
+ --uik-component-select-base-border-hover: 0.58 0.015 260;
525
+ --uik-component-select-base-fg: 0.99 0.005 260;
526
+ --uik-component-shell-activity-bar-bg: 0.38 0.016 260;
527
+ --uik-component-shell-activity-bar-fg: 0.90 0.009 260;
528
+ --uik-component-shell-divider-color: 0.38 0.016 260;
529
+ --uik-component-shell-scrollbar-thumb: 0.58 0.015 260;
530
+ --uik-component-shell-scrollbar-track: 0.28 0.015 260;
531
+ --uik-component-shell-secondary-sidebar-bg: 0.20 0.014 260;
532
+ --uik-component-shell-sidebar-bg: 0.20 0.014 260;
533
+ --uik-component-shell-sidebar-fg: 0.99 0.005 260;
534
+ --uik-component-shell-status-bar-bg: 0.38 0.016 260;
535
+ --uik-component-shell-status-bar-fg: 0.90 0.009 260;
536
+ --uik-component-spinner-indicator-danger: 0.82 0.080 25;
537
+ --uik-component-spinner-indicator-default: 0.99 0.005 260;
538
+ --uik-component-spinner-indicator-info: 0.82 0.080 210;
539
+ --uik-component-spinner-indicator-muted: 0.90 0.009 260;
540
+ --uik-component-spinner-indicator-primary: 0.60 0.160 250;
541
+ --uik-component-spinner-indicator-success: 0.82 0.080 145;
542
+ --uik-component-spinner-indicator-warning: 0.88 0.095 85;
543
+ --uik-component-spinner-track: 0.38 0.016 260;
544
+ --uik-component-surface-bg-card: 0.28 0.015 260;
545
+ --uik-component-surface-bg-default: 0.20 0.014 260;
546
+ --uik-component-surface-bg-elevated: 0.28 0.015 260;
547
+ --uik-component-surface-bg-muted: 0.38 0.016 260;
548
+ --uik-component-surface-bg-popover: 0.28 0.015 260;
549
+ --uik-component-surface-border-color-bordered: 0.48 0.016 260;
550
+ --uik-component-surface-border-color-default: 0.48 0.016 260;
551
+ --uik-component-switch-thumb-bg: 0.20 0.014 260;
552
+ --uik-component-switch-track-bg-checked: 0.60 0.160 250;
553
+ --uik-component-switch-track-bg-default: 0.38 0.016 260;
554
+ --uik-component-switch-track-border-checked: 0.60 0.160 250;
555
+ --uik-component-switch-track-border-default: 0.48 0.016 260;
556
+ --uik-component-text-color-danger: 0.82 0.080 25;
557
+ --uik-component-text-color-default: 0.99 0.005 260;
558
+ --uik-component-text-color-info: 0.82 0.080 210;
559
+ --uik-component-text-color-muted: 0.90 0.009 260;
560
+ --uik-component-text-color-strong: 0.99 0.005 260;
561
+ --uik-component-text-color-success: 0.82 0.080 145;
562
+ --uik-component-text-color-warning: 0.88 0.095 85;
563
+ --uik-component-textarea-base-bg: 0.28 0.015 260;
564
+ --uik-component-textarea-base-border-default: 0.48 0.016 260;
565
+ --uik-component-textarea-base-border-focus: 0.68 0.140 250;
566
+ --uik-component-textarea-base-border-hover: 0.58 0.015 260;
567
+ --uik-component-textarea-base-fg: 0.99 0.005 260;
568
+ --uik-component-textarea-base-placeholder: 0.90 0.009 260;
569
+ --uik-component-tree-view-item-active-bg: 0.38 0.016 260;
570
+ --uik-component-tree-view-item-bg: 0.20 0.014 260;
571
+ --uik-component-tree-view-item-hover-bg: 0.38 0.016 260;
572
+ --uik-component-tree-view-text-branch: 0.99 0.005 260;
573
+ --uik-component-tree-view-text-hover: 0.99 0.005 260;
574
+ --uik-component-tree-view-text-leaf: 0.90 0.009 260;
575
+ --uik-component-tree-view-toggle-fg: 0.90 0.009 260;
576
+ --uik-field-bg: 0.28 0.015 260;
577
+ --uik-field-border-default: 0.48 0.016 260;
578
+ --uik-field-border-focus: 0.68 0.140 250;
579
+ --uik-field-border-hover: 0.58 0.015 260;
580
+ --uik-field-fg: 0.99 0.005 260;
581
+ --uik-field-placeholder: 0.90 0.009 260;
582
+ --uik-focus-ring-default: 0.68 0.140 250;
583
+ --uik-focus-ring-offset-bg: 0.20 0.014 260;
584
+ --uik-icon-danger: 0.82 0.080 25;
585
+ --uik-icon-default: 0.99 0.005 260;
586
+ --uik-icon-info: 0.82 0.080 210;
587
+ --uik-icon-inverse: 0.20 0.014 260;
588
+ --uik-icon-muted: 0.90 0.009 260;
589
+ --uik-icon-success: 0.82 0.080 145;
590
+ --uik-icon-warning: 0.88 0.095 85;
591
+ --uik-intent-danger-bg-active: 0.68 0.140 25;
592
+ --uik-intent-danger-bg-default: 0.52 0.170 25;
593
+ --uik-intent-danger-bg-hover: 0.60 0.160 25;
594
+ --uik-intent-danger-border-default: 0.52 0.170 25;
595
+ --uik-intent-danger-border-hover: 0.60 0.160 25;
596
+ --uik-intent-danger-fg: 0.20 0.014 260;
597
+ --uik-intent-danger-ring: 0.76 0.110 25;
598
+ --uik-intent-info-bg-active: 0.68 0.140 210;
599
+ --uik-intent-info-bg-default: 0.52 0.170 210;
600
+ --uik-intent-info-bg-hover: 0.60 0.160 210;
601
+ --uik-intent-info-border-default: 0.52 0.170 210;
602
+ --uik-intent-info-border-hover: 0.60 0.160 210;
603
+ --uik-intent-info-fg: 0.20 0.014 260;
604
+ --uik-intent-info-ring: 0.76 0.110 210;
605
+ --uik-intent-neutral-bg-active: 0.58 0.015 260;
606
+ --uik-intent-neutral-bg-default: 0.38 0.016 260;
607
+ --uik-intent-neutral-bg-hover: 0.48 0.016 260;
608
+ --uik-intent-neutral-border-default: 0.48 0.016 260;
609
+ --uik-intent-neutral-border-hover: 0.58 0.015 260;
610
+ --uik-intent-neutral-fg: 0.99 0.005 260;
611
+ --uik-intent-neutral-ring: 0.78 0.012 260;
612
+ --uik-intent-primary-bg-active: 0.76 0.110 250;
613
+ --uik-intent-primary-bg-default: 0.60 0.160 250;
614
+ --uik-intent-primary-bg-hover: 0.68 0.140 250;
615
+ --uik-intent-primary-border-default: 0.60 0.160 250;
616
+ --uik-intent-primary-border-hover: 0.68 0.140 250;
617
+ --uik-intent-primary-fg: 0.20 0.014 260;
618
+ --uik-intent-primary-ring: 0.76 0.110 250;
619
+ --uik-intent-success-bg-active: 0.68 0.140 145;
620
+ --uik-intent-success-bg-default: 0.52 0.170 145;
621
+ --uik-intent-success-bg-hover: 0.60 0.160 145;
622
+ --uik-intent-success-border-default: 0.52 0.170 145;
623
+ --uik-intent-success-border-hover: 0.60 0.160 145;
624
+ --uik-intent-success-fg: 0.20 0.014 260;
625
+ --uik-intent-success-ring: 0.76 0.110 145;
626
+ --uik-intent-warning-bg-active: 0.74 0.140 85;
627
+ --uik-intent-warning-bg-default: 0.58 0.150 85;
628
+ --uik-intent-warning-bg-hover: 0.66 0.150 85;
629
+ --uik-intent-warning-border-default: 0.58 0.150 85;
630
+ --uik-intent-warning-border-hover: 0.66 0.150 85;
631
+ --uik-intent-warning-ring: 0.82 0.120 85;
632
+ --uik-scrim-opacity: 0.6;
633
+ --uik-scrollbar-thumb-default: 0.58 0.015 260;
634
+ --uik-scrollbar-track: 0.28 0.015 260;
635
+ --uik-selection-bg: 0.45 0.160 250;
636
+ --uik-selection-fg: 0.99 0.005 260;
637
+ --uik-separator-color: 0.38 0.016 260;
638
+ --uik-surface-bg: 0.20 0.014 260;
639
+ --uik-surface-card: 0.28 0.015 260;
640
+ --uik-surface-elevated-1: 0.28 0.015 260;
641
+ --uik-surface-elevated-2: 0.38 0.016 260;
642
+ --uik-surface-muted: 0.38 0.016 260;
643
+ --uik-surface-popover: 0.28 0.015 260;
644
+ --uik-text-danger: 0.82 0.080 25;
645
+ --uik-text-default: 0.99 0.005 260;
646
+ --uik-text-disabled: 0.78 0.012 260;
647
+ --uik-text-info: 0.82 0.080 210;
648
+ --uik-text-inverse: 0.20 0.014 260;
649
+ --uik-text-link-default: 0.82 0.080 250;
650
+ --uik-text-link-hover: 0.88 0.050 250;
651
+ --uik-text-muted: 0.90 0.009 260;
652
+ --uik-text-secondary: 0.94 0.007 260;
653
+ --uik-text-strong: 0.99 0.005 260;
654
+ --uik-text-success: 0.82 0.080 145;
655
+ --uik-text-warning: 0.88 0.095 85;
656
+ }
657
+ }