Replace accent presets with the sunset-to-sea family
Swap Toffee/Slate/Evergreen/Lavender for rose/coral/amber/teal — four ramps sharing one lightness/saturation curve (src/renderer/src/theme.ts). Default accent is now teal. Updates ACCENT_COLORS (src/shared/ipc.ts), the settings default + stale-value coercion (src/main/settings.ts), the dev/store fallbacks (main.tsx, store/settings.ts), and the native window background to match the new pageBackground.light (src/main/index.ts). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ export const COOKIE_BROWSERS = ['chrome', 'edge', 'firefox', 'brave', 'opera', '
|
||||
export type CookieBrowser = (typeof COOKIE_BROWSERS)[number]
|
||||
|
||||
/** Accent color presets for the brand ramp (see src/renderer/src/theme.ts). */
|
||||
export const ACCENT_COLORS = ['toffee', 'slate', 'evergreen', 'lavender'] as const
|
||||
export const ACCENT_COLORS = ['rose', 'coral', 'amber', 'teal'] as const
|
||||
export type AccentColor = (typeof ACCENT_COLORS)[number]
|
||||
|
||||
/** UI color theme: an explicit mode, or 'system' to follow the OS preference. */
|
||||
|
||||
Reference in New Issue
Block a user