Revert "Move styling from themes/palette and make optional"

This reverts commit 04e1b87a89.

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