diff --git a/OsmAnd/res/values/colors.xml b/OsmAnd/res/values/colors.xml
index e772395d62..349394eb07 100644
--- a/OsmAnd/res/values/colors.xml
+++ b/OsmAnd/res/values/colors.xml
@@ -174,7 +174,8 @@
#78909c
- #6632C832
- #66FF8F00
- #66FFFF00
+ #5532C832
+ #55FF8F00
+ #55FFFF00
+ #44FF61FF
\ 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 f37233e492..aa67c58ae1 100644
--- a/OsmAnd/src/net/osmand/plus/views/DownloadedRegionsLayer.java
+++ b/OsmAnd/src/net/osmand/plus/views/DownloadedRegionsLayer.java
@@ -106,7 +106,7 @@ public class DownloadedRegionsLayer extends OsmandMapLayer implements IContextMe
paintDownloaded = getPaint(view.getResources().getColor(R.color.region_uptodate));
paintSelected = getPaint(view.getResources().getColor(R.color.region_selected));
- paintDownloading = getPaint(Color.argb(40, 50, 200, 50));
+ paintDownloading = getPaint(view.getResources().getColor(R.color.region_downloading));
paintOutdated = getPaint(view.getResources().getColor(R.color.region_updateable));
textPaint = new TextPaint();