Skip to content

Commit

Permalink
Fix overlay scrollbar track color
Browse files Browse the repository at this point in the history
  • Loading branch information
mattia.astorino committed Mar 23, 2015
1 parent a9068cf commit 31dd094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preap.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
{
"class": "scroll_bar_control",
"settings": ["overlay_scroll_bars"],
"layer0.tint":[51,51,51], // Scrollbar track
"layer0.tint": [46, 48, 49], // Scrollbar track
"layer0.opacity": 1,
"layer0.inner_margin": [0,5],
"blur": true
Expand All @@ -428,7 +428,7 @@
"class": "scroll_bar_control",
"settings": ["overlay_scroll_bars"],
"attributes": ["horizontal"],
"layer0.tint":[51,51,51], // Scrollbar track
"layer0.tint": [46, 48, 49], // Scrollbar track
"layer0.inner_margin": [5,0],
"blur": true
},
Expand Down

0 comments on commit 31dd094

Please sign in to comment.