mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-07 11:09:58 +02:00
replace themes scrollbar with neutral colors
This commit is contained in:
@@ -6,8 +6,8 @@ export const solarizedDark: AppThemeConfiguration = {
|
||||
'linear-gradient(transparent 0%, rgb(0 43 54 / 85%) 100%), var(--theme-background-noise)',
|
||||
'overlay-subheader':
|
||||
'linear-gradient(180deg, rgb(0 43 54 / 5%) 0%, var(--theme-colors-background) 100%), var(--theme-background-noise)',
|
||||
'scrollbar-handle-background': 'rgba(38, 139, 210, 20%)',
|
||||
'scrollbar-handle-hover-background': 'rgba(38, 139, 210, 40%)',
|
||||
'scrollbar-handle-background': 'rgba(160, 160, 160, 20%)',
|
||||
'scrollbar-handle-hover-background': 'rgba(160, 160, 160, 40%)',
|
||||
},
|
||||
colors: {
|
||||
background: 'rgb(0, 43, 54)',
|
||||
|
||||
Reference in New Issue
Block a user