refactor: switch to brighter yellow-300 for highlight defaults and add semantic color aliases

This commit is contained in:
Gigi
2025-10-13 23:19:33 +02:00
parent 4cd1aa89ad
commit 1dd2e1dc38
7 changed files with 14 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ export function hexToRgb(hex: string): string {
// Tailwind color palette for highlight colors
export const HIGHLIGHT_COLORS = [
{ name: 'Yellow', value: '#facc15' }, // yellow-400
{ name: 'Yellow', value: '#fde047' }, // yellow-300
{ name: 'Orange', value: '#f97316' }, // orange-500
{ name: 'Pink', value: '#ec4899' }, // pink-500
{ name: 'Green', value: '#22c55e' }, // green-500