Skip to content

Commit

Permalink
Merge pull request #13 from DominicTobias/scrollbars-codehint
Browse files Browse the repository at this point in the history
Brighter scrubber. More obvious active selection on lists.
  • Loading branch information
joeyfigaro committed Jun 23, 2014
2 parents 0a0144e + aa1dc91 commit 8838f16
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Glacier.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
{
"class": "scroll_bar_control",
"layer0.texture": "",
"layer0.tint":[52,61,70],
"layer0.tint":[11,16,21],
"layer0.opacity": 1,
"layer0.inner_margin": [0,0],
"blur": true
Expand All @@ -204,23 +204,23 @@
"class": "scroll_bar_control",
"attributes": ["horizontal"],
"layer0.texture": "",
"layer0.tint":[52,61,70],
"layer0.tint":[11,16,21],
"layer0.inner_margin": [0,0],
"blur": true
},
// Standard scroll bar corner
{
"class": "scroll_corner_control",
"layer0.texture": "",
"layer0.tint":[52,61,70],
"layer0.tint":[11,16,21],
"layer0.inner_margin": [0,0],
"layer0.opacity": 1
},
// Standard vertical scroll puck
{
"class": "puck_control",
"layer0.texture": "",
"layer0.tint":[60,60,60],
"layer0.tint":[22,31,39],
"layer0.opacity": 1,
"layer0.inner_margin": [0,0],
"content_margin": [6,0],
Expand All @@ -231,7 +231,7 @@
"class": "puck_control",
"attributes": ["horizontal"],
"layer0.texture": "",
"layer0.tint":[52,61,70],
"layer0.tint":[22,31,39],
"layer0.inner_margin": [0,0],
"content_margin": [12,6],
"blur": false
Expand Down Expand Up @@ -332,7 +332,7 @@

{
"class": "minimap_control",
"viewport_color": [100,100,100,40]
"viewport_color": [100,100,100,65]
},

//========================================================
Expand Down Expand Up @@ -814,7 +814,7 @@
"class": "quick_panel_row",
"attributes": ["selected"],
"layer0.texture": "",
"layer0.tint": [3,4,5]
"layer0.tint": [26,38,49]
},
{
"class": "quick_panel_label",
Expand Down Expand Up @@ -850,7 +850,7 @@
"class": "mini_quick_panel_row",
"attributes": ["selected"],
"layer0.texture": "",
"layer0.tint": [3,4,5]
"layer0.tint": [26,38,49]
},

//========================================================
Expand Down Expand Up @@ -884,7 +884,8 @@
{
"class": "table_row",
"attributes": ["selected"],
"layer0.opacity": 1
"layer0.opacity": 1,
"layer0.tint": [26,38,49]
},

//========================================================
Expand Down

0 comments on commit 8838f16

Please sign in to comment.