Skip to content

Instantly share code, notes, and snippets.

@simonhaenisch
Last active February 15, 2018 00:50
Show Gist options
  • Save simonhaenisch/1d924b607a53a22e4b3edc29e6a19990 to your computer and use it in GitHub Desktop.
Save simonhaenisch/1d924b607a53a22e4b3edc29e6a19990 to your computer and use it in GitHub Desktop.
ST Material Theme: overwrite accent color in minimap viewport #sublimetext
// place this in Packages/User to load the default theme but then overwrite the `minimap_control` class
[
{
"class": "minimap_control",
"viewport_color": [255, 255, 255, 30],
"viewport_opacity": 0.5,
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment