Improve the library view contrast

This commit is contained in:
Jackson Harper
2024-01-29 11:37:35 +08:00
parent 783cfbf913
commit 411b0c305a

View File

@ -169,7 +169,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
thBackground3: '#FFFFFF',
thBackground4: '#EBEBEB',
thBackground5: '#F5F5F5',
thBackgroundActive: 'rgb(255, 234, 159)',
thBackgroundActive: '#FFEA9F',
thBackgroundContrast: '#FFFFFF',
thLeftMenuBackground: '#FCFCFC',
thLibraryBackground: '#F3F3F3',
@ -281,7 +281,7 @@ const darkThemeSpec = {
thBackground3: '#242424',
thBackground4: '#3D3D3D',
thBackground5: '#3D3D3D',
thBackgroundActive: '#2E2E2E',
thBackgroundActive: '#3D3D3D',
thBackgroundContrast: '#000000',
thLeftMenuBackground: '#1D1D1D',
thLibraryBackground: '#333333',