update colors for dark theme
This commit is contained in:
parent
c7a2d723ec
commit
d933587d09
1 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ export const silverTheme = createTheme(color, {
|
||||||
|
|
||||||
const darkThemeData = {
|
const darkThemeData = {
|
||||||
Background: {
|
Background: {
|
||||||
Container: '#1A1A1A',
|
Container: '#121314',
|
||||||
ContainerHover: '#262626',
|
ContainerHover: '#262626',
|
||||||
ContainerActive: '#333333',
|
ContainerActive: '#333333',
|
||||||
ContainerLine: '#404040',
|
ContainerLine: '#404040',
|
||||||
|
|
@ -108,7 +108,7 @@ const darkThemeData = {
|
||||||
},
|
},
|
||||||
|
|
||||||
Surface: {
|
Surface: {
|
||||||
Container: '#262626',
|
Container: '#1e1e1e',
|
||||||
ContainerHover: '#333333',
|
ContainerHover: '#333333',
|
||||||
ContainerActive: '#404040',
|
ContainerActive: '#404040',
|
||||||
ContainerLine: '#4D4D4D',
|
ContainerLine: '#4D4D4D',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue