mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 23:31:21 +02:00
Tweak theme
This commit is contained in:
@@ -10,14 +10,14 @@ enum Theme {
|
|||||||
|
|
||||||
const themes: Record<Theme, AppThemeColors> = {
|
const themes: Record<Theme, AppThemeColors> = {
|
||||||
yaak: {
|
yaak: {
|
||||||
gray: '#6b5b98',
|
gray: 'hsl(250, 25%, 45%)',
|
||||||
red: '#ff417b',
|
red: 'hsl(342,100%, 63%)',
|
||||||
orange: '#fd9014',
|
orange: 'hsl(32, 98%, 54%)',
|
||||||
yellow: '#e8d13f',
|
yellow: 'hsl(52, 79%, 58%)',
|
||||||
green: '#3fd265',
|
green: 'hsl(136, 62%, 54%)',
|
||||||
blue: '#219dff',
|
blue: 'hsl(206, 100%, 56%)',
|
||||||
pink: '#ff6dff',
|
pink: 'hsl(300, 100%, 71%)',
|
||||||
violet: '#b176ff',
|
violet: 'hsl(266, 100%, 73%)',
|
||||||
},
|
},
|
||||||
catppuccin: {
|
catppuccin: {
|
||||||
gray: 'hsl(240, 23%, 47%)',
|
gray: 'hsl(240, 23%, 47%)',
|
||||||
@@ -37,7 +37,7 @@ const darkTheme: AppTheme = {
|
|||||||
layers: {
|
layers: {
|
||||||
root: {
|
root: {
|
||||||
blackPoint: 0.2,
|
blackPoint: 0.2,
|
||||||
colors: themes.catppuccin,
|
colors: themes.yaak,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user