Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Update scrollbar colours
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Nov 17, 2014
1 parent b0e4180 commit 0651365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Fox.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
{
"class": "scroll_bar_control",
"layer0.texture": "",
"layer0.tint": [24, 29, 32], // -01
"layer0.tint": [50, 52, 55], // -01
"layer0.opacity": 1,
"layer0.inner_margin": [0,0],
"blur": true
Expand All @@ -240,15 +240,15 @@
"class": "scroll_bar_control",
"attributes": ["horizontal"],
"layer0.texture": "",
"layer0.tint": [24, 29, 32], // -01
"layer0.tint": [50, 52, 55], // -01
"layer0.inner_margin": [0,0],
"blur": true
},
// Standard scroll bar corner
{
"class": "scroll_corner_control",
"layer0.texture": "",
"layer0.tint": [24, 29, 32], // -01
"layer0.tint": [50, 52, 55], // -01
"layer0.inner_margin": [0,0],
"layer0.opacity": 1
},
Expand Down

0 comments on commit 0651365

Please sign in to comment.