
how to modify the color of minimap which shows in current page?It is hard to observe in dark mode. the scheme color that I used is Molokai.

how to modify the color of minimap which shows in current page?It is hard to observe in dark mode. the scheme color that I used is Molokai.
The color is defined by the active *.sublime-theme file.
The easiest way to customize it, is by using PackageDev: Edit Current Theme...
In the right window, just place:
{
"rules": [
{
"class": "minimap_control",
"viewport_color": "var(--accent)" // the color to use
},
],
}
In ST4, you don’t have to install PackageDev exclusively to edit the current theme. You can choose UI: Customize theme from the command palette which is the same as PackageDev: Edit Current Theme with the added advantage that it is now a default functionality in ST