Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
Correct standard scrollbar corner background
Browse files Browse the repository at this point in the history
  • Loading branch information
buymeasoda committed Jul 21, 2012
1 parent bae3bdd commit 31e6224
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Soda Dark.sublime-theme
Expand Up @@ -267,7 +267,8 @@
{
"class": "scroll_corner_control",
"layer0.texture": "Theme - Soda/Soda Dark/standard-scrollbar-corner.png",
"layer0.inner_margin": [2, 2]
"layer0.inner_margin": [2, 2],
"layer0.opacity": 1.0
},
// Standard vertical scroll puck
{
Expand Down
3 changes: 2 additions & 1 deletion Soda Light.sublime-theme
Expand Up @@ -267,7 +267,8 @@
{
"class": "scroll_corner_control",
"layer0.texture": "Theme - Soda/Soda Light/standard-scrollbar-corner.png",
"layer0.inner_margin": [2, 2]
"layer0.inner_margin": [2, 2],
"layer0.opacity": 1.0
},
// Standard vertical scroll puck
{
Expand Down

0 comments on commit 31e6224

Please sign in to comment.