Sublime Forum

Change minimap overlay color

#1

I could hardly see the minimap’s overlay.
Any idea how I could change it?

0 Likes

#2

Locate ur theme file and change the following lines to your taste.

To know which theme is being used by ur Sublime Text, go the preferences file and check for “theme” key. Mostly it would be in Data\Packages folder.

//
// MINI MAP
//

{
    "class": "minimap_control",
    "viewport_color": [255, 255, 255, 20]
}
0 Likes