|
18 | 18 | 'bg-card', 'bg-background', 'bg-hover', 'bg-accent', 'bg-muted', 'bg-primary', 'bg-success', 'bg-warning', |
19 | 19 | 'bg-success-light', 'bg-warning-light', 'bg-primary-light', 'bg-sidebar-background', 'bg-destructive', |
20 | 20 | 'bg-destructive/5', 'bg-destructive/10', 'bg-warning/5', |
| 21 | + 'bg-info', 'bg-info-light', 'bg-indigo', 'bg-indigo-light', 'bg-orange', 'bg-orange-light', |
21 | 22 | // Text colors |
22 | 23 | 'text-foreground', 'text-muted-foreground', 'text-primary', 'text-card-foreground', 'text-success', 'text-warning', |
23 | 24 | 'text-primary-foreground', 'text-accent-foreground', 'text-sidebar-foreground', 'text-destructive', |
| 25 | + 'text-info', 'text-indigo', 'text-orange', |
24 | 26 | // Border colors |
25 | 27 | 'border', 'border-border', 'border-primary', 'border-success', 'border-warning', 'border-muted', |
26 | 28 | 'border-l-success', 'border-l-warning', 'border-l-muted-foreground', 'border-l-primary', |
|
74 | 76 | 'success-light': 'hsl(var(--success-light))', |
75 | 77 | warning: 'hsl(var(--warning))', |
76 | 78 | 'warning-light': 'hsl(var(--warning-light))', |
| 79 | + info: 'hsl(var(--info))', |
| 80 | + 'info-light': 'hsl(var(--info-light))', |
| 81 | + indigo: 'hsl(var(--indigo))', |
| 82 | + 'indigo-light': 'hsl(var(--indigo-light))', |
| 83 | + orange: 'hsl(var(--orange))', |
| 84 | + 'orange-light': 'hsl(var(--orange-light))', |
77 | 85 | }, |
78 | 86 | fontFamily: { |
79 | 87 | sans: ['Inter', 'system-ui', '-apple-system', 'sans-serif'], |
|
117 | 125 | --success-light: 142 76% 90%; |
118 | 126 | --warning: 38 92% 50%; |
119 | 127 | --warning-light: 48 96% 89%; |
| 128 | + --info: 210 80% 55%; |
| 129 | + --info-light: 210 80% 92%; |
| 130 | + --indigo: 239 65% 60%; |
| 131 | + --indigo-light: 239 65% 92%; |
| 132 | + --orange: 25 90% 55%; |
| 133 | + --orange-light: 25 90% 92%; |
120 | 134 | } |
121 | 135 |
|
122 | 136 | /* Dark Mode */ |
|
146 | 160 | --success-light: 142 50% 20%; |
147 | 161 | --warning: 38 85% 45%; |
148 | 162 | --warning-light: 40 50% 20%; |
| 163 | + --info: 210 75% 50%; |
| 164 | + --info-light: 210 50% 20%; |
| 165 | + --indigo: 239 60% 55%; |
| 166 | + --indigo-light: 239 40% 20%; |
| 167 | + --orange: 25 85% 50%; |
| 168 | + --orange-light: 25 50% 20%; |
149 | 169 | } |
150 | 170 |
|
151 | 171 | /* Scrollbar styling */ |
|
322 | 342 | <span class="badge px-2 py-0.5 text-xs font-semibold rounded-full bg-success-light text-success" id="badgeActive">0</span> |
323 | 343 | </li> |
324 | 344 | <li class="nav-item flex items-center gap-2 mx-2 px-3 py-2.5 text-sm text-muted-foreground hover:bg-hover hover:text-foreground rounded cursor-pointer transition-colors" data-filter="archived" data-tooltip="Archived Sessions"> |
325 | | - <i data-lucide="archive" class="nav-icon"></i> |
| 345 | + <i data-lucide="archive" class="nav-icon text-info"></i> |
326 | 346 | <span class="nav-text flex-1">Archived</span> |
327 | | - <span class="badge px-2 py-0.5 text-xs font-semibold rounded-full bg-hover text-muted-foreground" id="badgeArchived">0</span> |
| 347 | + <span class="badge px-2 py-0.5 text-xs font-semibold rounded-full bg-info-light text-info" id="badgeArchived">0</span> |
328 | 348 | </li> |
329 | 349 | </ul> |
330 | 350 | </div> |
|
337 | 357 | </div> |
338 | 358 | <ul class="space-y-0.5"> |
339 | 359 | <li class="nav-item flex items-center gap-2 mx-2 px-3 py-2.5 text-sm text-muted-foreground hover:bg-hover hover:text-foreground rounded cursor-pointer transition-colors" data-lite="lite-plan" data-tooltip="Lite Plan Sessions"> |
340 | | - <i data-lucide="file-edit" class="nav-icon"></i> |
| 360 | + <i data-lucide="file-edit" class="nav-icon text-indigo"></i> |
341 | 361 | <span class="nav-text flex-1">Lite Plan</span> |
342 | | - <span class="badge px-2 py-0.5 text-xs font-semibold rounded-full bg-hover text-muted-foreground" id="badgeLitePlan">0</span> |
| 362 | + <span class="badge px-2 py-0.5 text-xs font-semibold rounded-full bg-indigo-light text-indigo" id="badgeLitePlan">0</span> |
343 | 363 | </li> |
344 | 364 | <li class="nav-item flex items-center gap-2 mx-2 px-3 py-2.5 text-sm text-muted-foreground hover:bg-hover hover:text-foreground rounded cursor-pointer transition-colors" data-lite="lite-fix" data-tooltip="Lite Fix Sessions"> |
345 | | - <i data-lucide="wrench" class="nav-icon"></i> |
| 365 | + <i data-lucide="wrench" class="nav-icon text-orange"></i> |
346 | 366 | <span class="nav-text flex-1">Lite Fix</span> |
347 | | - <span class="badge px-2 py-0.5 text-xs font-semibold rounded-full bg-hover text-muted-foreground" id="badgeLiteFix">0</span> |
| 367 | + <span class="badge px-2 py-0.5 text-xs font-semibold rounded-full bg-orange-light text-orange" id="badgeLiteFix">0</span> |
348 | 368 | </li> |
349 | 369 | </ul> |
350 | 370 | </div> |
|
0 commit comments