@@ -25,6 +25,7 @@ html[data-theme="dark"] {
2525 --color-border-darker : # 333 ;
2626 --color-border-light : # 666 ;
2727 --color-border-pale : # 555 ;
28+ --color-border-accent : # 9999dd ;
2829
2930 /* Status Colors */
3031 --color-selected-bg : # 4a6e3a ;
@@ -133,16 +134,23 @@ html[data-theme="dark"] {
133134 /* Spacing and Sizing */
134135 --spacing-tiny : 0.05em ;
135136 --spacing-small : 0.1em ;
137+ --spacing-xxxs : 0.2em ;
138+ --spacing-xxs : 0.3em ;
136139 --spacing-xs : 0.5rem ;
137140 --spacing-sm : 0.75em ;
141+ --spacing-btn : 0.7em ;
138142 --spacing-base : 0.5em ;
139143 --spacing-md : 1em ;
140144 --spacing-lg : 1.5em ;
141145 --spacing-xl : 2em ;
142146 --spacing-2xl : 3em ;
147+ --border-width-xthin : 0.05em ;
148+ --border-width-sm : 0.1em ;
143149 --border-width-thin : 1px ;
144150 --border-width-medium : 2px ;
145151 --border-width-bold : 5px ;
152+ --border-radius-xs : 0.1em ;
153+ --border-radius-sm : 0.2em ;
146154 --border-radius-base : 0.5em ;
147155 --border-radius-lg : 0.75em ;
148156 --border-radius-full : 1em ;
@@ -165,6 +173,12 @@ html[data-theme="dark"] {
165173 /* Shadows */
166174 --box-shadow : 0 2px 8px rgba (0 , 0 , 0 , 0.3 );
167175 --box-shadow-sm : 0 1px 4px rgba (0 , 0 , 0 , 0.2 );
176+ --box-shadow-active : 0 1px 2px rgba (124 , 77 , 255 , 0.3 );
177+ --box-shadow-focus : 0 0 0 5px rgba (124 , 77 , 255 , 0.35 );
178+ --box-shadow-hover : 0 2px 4px rgba (124 , 77 , 255 , 0.3 );
179+ --box-shadow-modal : 0 2px 10px rgba (0 , 0 , 0 , 0.5 );
180+ --box-shadow-overlay : 0 4px 24px rgba (0 , 0 , 0 , 0.4 );
181+ --box-shadow-popup : 0 0.5em 0.9em rgba (0 , 0 , 0 , 0.4 );
168182
169183 /* Accessibility */
170184 --min-touch-target : 44px ;
@@ -178,15 +192,18 @@ html[data-theme="dark"] {
178192
179193 /* Overlay and Modal */
180194 --overlay-bg : rgba (0 , 0 , 0 , 0.7 );
195+ --overlay-bg-muted : rgba (0 , 0 , 0 , 0.5 );
181196 --z-index-modal : 9999 ;
182197 --z-index-skip-links : 1000 ;
183198
184199 /* Opacity */
185200 --opacity-disabled : 0.6 ;
201+ --opacity-input-disabled : 0.75 ;
186202
187203 /* Layout Values */
188204 --max-width-readable : 65ch ;
189205 --max-width-readable-wide : 70ch ;
206+ --grid-min-column : 30em ;
190207
191208 /* Outline Offsets */
192209 --outline-offset-sm : 2px ;
0 commit comments