diff --git a/OsmAnd/res/values/colors.xml b/OsmAnd/res/values/colors.xml
index bfbd1e1005..a70b3acc1e 100644
--- a/OsmAnd/res/values/colors.xml
+++ b/OsmAnd/res/values/colors.xml
@@ -174,8 +174,8 @@
#78909c
- #5532C832
- #55FF8F00
- #55FFFF00
+ #6632C832
+ #66FF8F00
+ #66FFFF00
#2Acd2c33
\ No newline at end of file
diff --git a/OsmAnd/src/net/osmand/plus/views/DownloadedRegionsLayer.java b/OsmAnd/src/net/osmand/plus/views/DownloadedRegionsLayer.java
index eaa49f6f1a..b654f5af3a 100644
--- a/OsmAnd/src/net/osmand/plus/views/DownloadedRegionsLayer.java
+++ b/OsmAnd/src/net/osmand/plus/views/DownloadedRegionsLayer.java
@@ -103,10 +103,6 @@ public class DownloadedRegionsLayer extends OsmandMapLayer implements IContextMe
rm = app.getResourceManager();
osmandRegions = rm.getOsmandRegions();
- //paintDownloaded = getPaint(Color.argb(100, 50, 200, 50));
- //paintSelected = getPaint(Color.argb(100, 255, 143, 0));
- //paintDownloading = getPaint(Color.argb(40, 50, 200, 50));
- //paintOutdated = getPaint(Color.argb(100, 0, 128, 255));
paintDownloaded = getPaint(view.getResources().getColor(R.color.region_uptodate));
paintOutdated = getPaint(view.getResources().getColor(R.color.region_updateable));
paintSelected = getPaint(view.getResources().getColor(R.color.region_selected));