theme: Fix some theme's scrollbar background color. (#1090)

This commit is contained in:
Jason Lee 2025-07-24 16:54:04 +08:00 committed by GitHub
parent 579c7a3cbb
commit 76a64eb072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -211,7 +211,7 @@ impl Render for Gallery {
)
.child(
div()
.bg(cx.theme().secondary)
.bg(cx.theme().sidebar_accent)
.px_1()
.rounded_full()
.flex_1()

View file

@ -37,7 +37,7 @@
"primary.background": "#458588",
"primary.foreground": "#F0F0F0",
"primary.hover.background": "#458588AA",
"scrollbar.background": "#282828",
"scrollbar.background": "#28282833",
"scrollbar.thumb.background": "#504945",
"secondary.background": "#282828",
"secondary.active.background": "#322F2D",

View file

@ -39,7 +39,7 @@
"primary.background": "#0064E1",
"primary.foreground": "#FFFFFF",
"primary.hover.background": "#2585fa",
"scrollbar.background": "#FFFFFF",
"scrollbar.background": "#FFFFFF33",
"scrollbar.thumb.background": "#C8C8C8AA",
"secondary.active.background": "#E0E0E0",
"secondary.background": "#E9E9E9",
@ -187,7 +187,7 @@
"primary.background": "#A76D3B",
"primary.foreground": "#E8E4CF",
"primary.hover.background": "#b87841",
"scrollbar.background": "#131313",
"scrollbar.background": "#13131333",
"scrollbar.thumb.background": "#4C4D4DAA",
"secondary.active.background": "#353436",
"secondary.background": "#1E1D1E",