Added a scrollbar to the network and bluetooth menu. (#593)

* Added a scrollbar to the network and bluetooth menu.

* Update themes

* Adjust height of network menu scroller.
This commit is contained in:
Jas Singh
2024-12-22 02:19:51 -08:00
committed by GitHub
parent 3e2f641237
commit dec781071a
52 changed files with 2824 additions and 2668 deletions

View File

@@ -468,6 +468,10 @@ const options = mkOptions(CONFIG, {
slider_radius: opt('0.3rem'),
progress_radius: opt('0.3rem'),
},
scroller: {
radius: opt('0.7em'),
width: opt('0.25em'),
},
dropdownmenu: {
background: opt(colors.crust),
text: opt(colors.text),
@@ -562,6 +566,9 @@ const options = mkOptions(CONFIG, {
label: {
color: opt(colors.mauve),
},
scroller: {
color: opt(colors.mauve),
},
text: opt(colors.text),
status: {
color: opt(colors.overlay0),
@@ -598,6 +605,9 @@ const options = mkOptions(CONFIG, {
label: {
color: opt(colors.sky),
},
scroller: {
color: opt(colors.sky),
},
text: opt(colors.text),
status: opt(colors.overlay0),
switch_divider: opt(colors.surface1),