Last active
February 15, 2018 00:50
-
-
Save simonhaenisch/1d924b607a53a22e4b3edc29e6a19990 to your computer and use it in GitHub Desktop.
ST Material Theme: overwrite accent color in minimap viewport #sublimetext
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// 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