From b1951dbab2a6b25f7c9dc1ec9443a85f9f953582 Mon Sep 17 00:00:00 2001 From: "mattia.astorino" Date: Mon, 10 Oct 2016 19:26:36 +0200 Subject: [PATCH] fix: Improve minimap viewport visibility --- Material-Theme-Darker.sublime-theme | 2 +- Material-Theme-Lighter.sublime-theme | 2 +- Material-Theme.sublime-theme | 2 +- sources/themes/darker/minimap.json | 2 +- sources/themes/default/minimap.json | 2 +- sources/themes/lighter/minimap.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Material-Theme-Darker.sublime-theme b/Material-Theme-Darker.sublime-theme index e5bcea33d..621af52f8 100755 --- a/Material-Theme-Darker.sublime-theme +++ b/Material-Theme-Darker.sublime-theme @@ -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, }, { diff --git a/Material-Theme-Lighter.sublime-theme b/Material-Theme-Lighter.sublime-theme index b3ada19f9..e2ed1afbe 100755 --- a/Material-Theme-Lighter.sublime-theme +++ b/Material-Theme-Lighter.sublime-theme @@ -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, }, { diff --git a/Material-Theme.sublime-theme b/Material-Theme.sublime-theme index 1e8486073..6100ea42b 100755 --- a/Material-Theme.sublime-theme +++ b/Material-Theme.sublime-theme @@ -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, }, { diff --git a/sources/themes/darker/minimap.json b/sources/themes/darker/minimap.json index f5dfe1ceb..efaee3459 100755 --- a/sources/themes/darker/minimap.json +++ b/sources/themes/darker/minimap.json @@ -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, }, { diff --git a/sources/themes/default/minimap.json b/sources/themes/default/minimap.json index eaf543a20..1506603d1 100755 --- a/sources/themes/default/minimap.json +++ b/sources/themes/default/minimap.json @@ -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, }, { diff --git a/sources/themes/lighter/minimap.json b/sources/themes/lighter/minimap.json index 0ecb76d3f..975d33699 100755 --- a/sources/themes/lighter/minimap.json +++ b/sources/themes/lighter/minimap.json @@ -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, }, {