mirror of
https://github.com/dergigi/boris.git
synced 2026-01-25 17:54:45 +01:00
refactor: switch to brighter yellow-300 for highlight defaults and add semantic color aliases
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user