mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:28:29 +02:00
Tweak theme
This commit is contained in:
@@ -10,7 +10,7 @@ enum Theme {
|
|||||||
|
|
||||||
const themes: Record<Theme, AppThemeColors> = {
|
const themes: Record<Theme, AppThemeColors> = {
|
||||||
yaak: {
|
yaak: {
|
||||||
gray: 'hsl(250, 25%, 45%)',
|
gray: 'hsl(245, 23%, 45%)',
|
||||||
red: 'hsl(342,100%, 63%)',
|
red: 'hsl(342,100%, 63%)',
|
||||||
orange: 'hsl(32, 98%, 54%)',
|
orange: 'hsl(32, 98%, 54%)',
|
||||||
yellow: 'hsl(52, 79%, 58%)',
|
yellow: 'hsl(52, 79%, 58%)',
|
||||||
|
|||||||
Reference in New Issue
Block a user