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

@@ -252,7 +252,7 @@ const ThreePaneLayout: React.FC<ThreePaneLayoutProps> = (props) => {
right: 'calc(1rem + env(safe-area-inset-right))',
width: '40px',
height: '40px',
backgroundColor: `${props.settings.highlightColorMine || '#facc15'}B3`,
backgroundColor: `${props.settings.highlightColorMine || '#fde047'}B3`,
color: '#000'
}}
onClick={props.onToggleHighlightsPanel}