Skip to content

Commit f57ceff

Browse files
committed
Made the scroll puck visible
Previously it was impossible to see where the scroll puck currently is on a scroll bar. Corected by making scroll bar background darker than the scroll puck is.
1 parent aa13dcc commit f57ceff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Brogrammer.sublime-theme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
{
267267
"class": "scroll_bar_control",
268268
"layer0.texture": "",
269-
"layer0.tint":[51,51,51],
269+
"layer0.tint":[34,34,34],
270270
"layer0.opacity": 1,
271271
"layer0.inner_margin": [0,0],
272272
"blur": true
@@ -276,7 +276,7 @@
276276
"class": "scroll_bar_control",
277277
"attributes": ["horizontal"],
278278
"layer0.texture": "",
279-
"layer0.tint":[51,51,51],
279+
"layer0.tint":[34,34,341],
280280
"layer0.inner_margin": [0,0],
281281
"blur": true
282282
},

0 commit comments

Comments
 (0)