Revert backgroud palette

This commit is contained in:
Nicola Benaglia
2025-05-27 23:50:23 +02:00
parent d6ef92fe0e
commit 2617e0688e
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ export const darkThemeOptions: ThemeOptions = {
palette: {
mode: 'dark',
primary: {
main: 'rgba(0, 133, 255, 1)',
main: 'rgb(100, 155, 240)',
dark: 'rgb(45, 92, 201)',
light: 'rgb(130, 185, 255)',
},
@@ -14,9 +14,9 @@ export const darkThemeOptions: ThemeOptions = {
main: 'rgb(69, 173, 255)',
},
background: {
default: 'rgba(6, 10, 30, 1)',
default: 'rgb(49, 51, 56)',
surface: 'rgb(58, 60, 65)',
paper: 'rgb(62, 64, 68)',
surface: 'rgb(113, 113, 114)',
},
text: {
primary: 'rgb(255, 255, 255)',