Bring back lightbar for AMOLED theme

This commit is contained in:
TSVRN9 2024-04-22 08:16:54 -04:00
parent c9418ee1bf
commit 233c726042

View File

@ -75,7 +75,7 @@ export default createTheme({
},
lightBar: {
light: tokens.black,
light: tokens.shade.c700,
},
search: {
@ -107,13 +107,13 @@ export default createTheme({
sidebar: {
...gray.extend.colors.settings.sidebar,
activeLink: tokens.shade.c900
activeLink: tokens.shade.c800
},
card: {
border: tokens.shade.c700,
background: tokens.shade.c700,
altBackground: tokens.shade.c700,
border: tokens.shade.c500,
background: tokens.shade.c500,
altBackground: tokens.shade.c500,
},
saveBar: {