add bluish tone to text color
This commit is contained in:
+3
-3
@@ -354,7 +354,7 @@ export const moonlightTheme = createTheme(ThemeContract, {
|
|||||||
ContainerHover: '#01032B',
|
ContainerHover: '#01032B',
|
||||||
ContainerActive: '#020546',
|
ContainerActive: '#020546',
|
||||||
ContainerLine: '#030977',
|
ContainerLine: '#030977',
|
||||||
OnContainer: '#FFFFFF',
|
OnContainer: '#EAEBFF',
|
||||||
},
|
},
|
||||||
|
|
||||||
Surface: {
|
Surface: {
|
||||||
@@ -362,7 +362,7 @@ export const moonlightTheme = createTheme(ThemeContract, {
|
|||||||
ContainerHover: '#020546',
|
ContainerHover: '#020546',
|
||||||
ContainerActive: '#03075E',
|
ContainerActive: '#03075E',
|
||||||
ContainerLine: '#030977',
|
ContainerLine: '#030977',
|
||||||
OnContainer: '#FFFFFF',
|
OnContainer: '#EAEBFF',
|
||||||
},
|
},
|
||||||
|
|
||||||
SurfaceVariant: {
|
SurfaceVariant: {
|
||||||
@@ -370,7 +370,7 @@ export const moonlightTheme = createTheme(ThemeContract, {
|
|||||||
ContainerHover: '#03075E',
|
ContainerHover: '#03075E',
|
||||||
ContainerActive: '#030977',
|
ContainerActive: '#030977',
|
||||||
ContainerLine: '#030977',
|
ContainerLine: '#030977',
|
||||||
OnContainer: '#F2F2F2',
|
OnContainer: '#EAEBFF',
|
||||||
},
|
},
|
||||||
|
|
||||||
Primary: {
|
Primary: {
|
||||||
|
|||||||
Reference in New Issue
Block a user