Skip to content

Instantly share code, notes, and snippets.

@tcannonfodder
Created June 6, 2018 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcannonfodder/71159342b8af64335b544caa831083ac to your computer and use it in GitHub Desktop.
Save tcannonfodder/71159342b8af64335b544caa831083ac to your computer and use it in GitHub Desktop.
Modified Soda Light sublime theme, making the active tabs and minimap purple
[
// 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