feat: update hex values for blue and violet theme colors
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
export const themeColors = {
|
export const themeColors = {
|
||||||
blue: {
|
blue: {
|
||||||
background: 'hsl(240, 10%, 3.9%)', // Dark blue background
|
background: 'hsl(240, 10%, 3.9%)', // Dark blue background
|
||||||
hex: '#0f0f23' // Hex equivalent for theme-color
|
hex: '#09090b' // Hex equivalent for theme-color
|
||||||
},
|
},
|
||||||
violet: {
|
violet: {
|
||||||
background: 'hsl(224, 71.4%, 4.1%)', // Dark violet background
|
background: 'hsl(224, 71.4%, 4.1%)', // Dark violet background
|
||||||
hex: '#0c0a2e' // Hex equivalent for theme-color
|
hex: '#030712' // Hex equivalent for theme-color
|
||||||
}
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user