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

Commit

Permalink
Rename dark theme and fix Windows scrollbar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Nov 26, 2014
1 parent d063112 commit 73d9824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Fox.sublime-theme → fox.dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
{
"class": "scroll_bar_control",
"layer0.texture": "",
"layer0.tint": [50, 52, 55], // -01
"layer0.tint": [20, 23, 26], // -01
"layer0.opacity": 1,
"layer0.inner_margin": [0,0],
"blur": true
Expand All @@ -251,7 +251,7 @@
"class": "scroll_bar_control",
"attributes": ["horizontal"],
"layer0.texture": "",
"layer0.tint": [50, 52, 55], // -01
"layer0.tint": [20, 23, 26], // -01
"layer0.inner_margin": [0,0],
"blur": true
},
Expand Down Expand Up @@ -304,7 +304,7 @@
"class": "scroll_bar_control",
"settings": ["overlay_scroll_bars"],
// "layer0.texture": "",
"layer0.tint": [50, 52, 55], // 00
"layer0.tint": [20, 23, 26], // 00
"layer0.inner_margin": [0,5],
"layer0.opacity": 0,
"blur": false
Expand Down

0 comments on commit 73d9824

Please sign in to comment.