Move styling from themes/palette and make optional

Signed-off-by: hiba-aldalaty <hibaaldalaty@gmail.com>
This commit is contained in:
hiba-aldalaty
2021-11-26 10:25:10 +00:00
parent 303503ab9e
commit 04e1b87a89
6 changed files with 116 additions and 130 deletions
-6
View File
@@ -41,12 +41,6 @@ export type BackstagePaletteAdditions = {
indicator: string;
color: string;
selectedColor: string;
navItem: {
hoverBackground: string;
};
submenu: {
background: string;
};
};
tabbar: {
indicator: string;
-12
View File
@@ -76,12 +76,6 @@ export const lightTheme = createTheme({
indicator: '#9BF0E1',
color: '#b5b5b5',
selectedColor: '#FFF',
navItem: {
hoverBackground: '#404040',
},
submenu: {
background: '#404040',
},
},
pinSidebarButton: {
icon: '#181818',
@@ -157,12 +151,6 @@ export const darkTheme = createTheme({
indicator: '#9BF0E1',
color: '#b5b5b5',
selectedColor: '#FFF',
navItem: {
hoverBackground: '#404040',
},
submenu: {
background: '#404040',
},
},
pinSidebarButton: {
icon: '#404040',
-6
View File
@@ -53,12 +53,6 @@ export type BackstagePaletteAdditions = {
indicator: string;
color: string;
selectedColor: string;
navItem: {
hoverBackground: string;
};
submenu: {
background: string;
};
};
tabbar: {
indicator: string;