|
13 | 13 | --purple: #ab47bc; /* saturated purple */ |
14 | 14 | --pink: #ec407a; /* lively pink */ |
15 | 15 | --brown: #a1887f; /* muted brown for dark mode */ |
| 16 | + --default: #333238; |
16 | 17 |
|
17 | 18 | /* Dark surfaces & text */ |
18 | 19 | --app-bg: #121315; |
@@ -178,6 +179,16 @@ window, |
178 | 179 | } |
179 | 180 |
|
180 | 181 | /* --- Tag Row Color Classes --- */ |
| 182 | +.tag-row-default:selected { |
| 183 | + background: alpha(var(--default), 0.2); |
| 184 | +} |
| 185 | +.tag-row-default:hover { |
| 186 | + background: alpha(var(--default), 0.14); |
| 187 | +} |
| 188 | +.tag-row-default:active { |
| 189 | + background: alpha(var(--default), 0.16); |
| 190 | +} |
| 191 | + |
181 | 192 | .tag-row-red:selected { |
182 | 193 | background: alpha(var(--red), 0.15); |
183 | 194 | } |
@@ -297,14 +308,3 @@ window, |
297 | 308 | .tag-row-brown:active { |
298 | 309 | background: alpha(var(--brown), 0.14); |
299 | 310 | } |
300 | | - |
301 | | -/* Default fallback */ |
302 | | -.tag-row-default:selected { |
303 | | - background: alpha(var(--text-secondary), 0.15); |
304 | | -} |
305 | | -.tag-row-default:hover { |
306 | | - background: alpha(var(--text-secondary), 0.08); |
307 | | -} |
308 | | -.tag-row-default:active { |
309 | | - background: alpha(var(--text-secondary), 0.14); |
310 | | -} |
0 commit comments