Skip to content

Commit

Permalink
fix: Improve minimap viewport visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 10, 2016
1 parent 0aa5b69 commit b1951db
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@
"class": "minimap_control",
"settings": ["always_show_minimap_viewport"],
"viewport_color": [255, 255, 255, 50],
"viewport_opacity": 0.4,
"viewport_opacity": 0.5,
},

{
Expand Down
2 changes: 1 addition & 1 deletion Material-Theme-Lighter.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
"class": "minimap_control",
"settings": ["always_show_minimap_viewport"],
"viewport_color": [128, 203, 196, 80],
"viewport_opacity": 0.4,
"viewport_opacity": 0.5,
},

{
Expand Down
2 changes: 1 addition & 1 deletion Material-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@
"class": "minimap_control",
"settings": ["always_show_minimap_viewport"],
"viewport_color": [128, 203, 196, 80],
"viewport_opacity": 0.6,
"viewport_opacity": 0.5,
},

{
Expand Down
2 changes: 1 addition & 1 deletion sources/themes/darker/minimap.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"class": "minimap_control",
"settings": ["always_show_minimap_viewport"],
"viewport_color": [255, 255, 255, 50],
"viewport_opacity": 0.4,
"viewport_opacity": 0.5,
},

{
Expand Down
2 changes: 1 addition & 1 deletion sources/themes/default/minimap.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"class": "minimap_control",
"settings": ["always_show_minimap_viewport"],
"viewport_color": [128, 203, 196, 80],
"viewport_opacity": 0.6,
"viewport_opacity": 0.5,
},

{
Expand Down
2 changes: 1 addition & 1 deletion sources/themes/lighter/minimap.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"class": "minimap_control",
"settings": ["always_show_minimap_viewport"],
"viewport_color": [128, 203, 196, 80],
"viewport_opacity": 0.4,
"viewport_opacity": 0.5,
},

{
Expand Down

0 comments on commit b1951db

Please sign in to comment.