Created
June 6, 2018 18:10
-
-
Save tcannonfodder/71159342b8af64335b544caa831083ac to your computer and use it in GitHub Desktop.
Modified Soda Light sublime theme, making the active tabs and minimap purple
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
[ | |
// TABS | |
{ | |
"class": "tab_label", | |
"parents": [{"class": "tab_control","attributes": ["selected"]}], | |
"shadow_offset": [0,0], | |
"fg": [255, 255, 255] // 06 | |
}, | |
{ | |
"class": "tab_control", | |
// Remove the accent tint modifier on inactive tabs | |
"accent_tint_index": 0, | |
"accent_tint_modifier": [255, 255, 255] | |
}, | |
{ | |
"class": "tab_control", | |
"attributes": ["selected",], | |
"accent_tint_index": 0, | |
"accent_tint_modifier": [95, 85, 130] | |
}, | |
//MINIMAP | |
{ | |
"class": "minimap_control", | |
"viewport_color": [95, 85, 130, 70] | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment