I’m using build # 4152.
It would be really nice if the minimap had a colored border to make it easier to see your location in your code. Sublime does change the shade of grey for the location, but you still have to look really hard to discern it. A border would solve this problem. Here’s what I’ve done so far, without success:
"always_show_minimap_viewport": true,
"draw_minimap_border": true,
"minimap_border": "rgba(0, 255, 255, 1)",
// I played around with the `rgba` numbers and it doesn't seem to have any effect.
Thanks for your help!