Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Last active April 9, 2022 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AbeEstrada/b47206bde0b649b28ff0071f26d05fe3 to your computer and use it in GitHub Desktop.
Save AbeEstrada/b47206bde0b649b28ff0071f26d05fe3 to your computer and use it in GitHub Desktop.
Sublime Text 4 Adaptive Theme
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables": {},
"rules": [
// Hide sidebar heading
{
"class": "sidebar_heading",
"opacity": 0.0,
"font.size": 0,
"fg": "#101010",
},
// Hide sidebar tree icons
{
"class": "icon_file_type",
"content_margin": 0,
},
{
"class": "icon_folder",
"content_margin": 0,
},
// Make sidebar compact
{
"class": "sidebar_tree",
"row_padding": [10, 2, 0, 2],
"indent": 10,
},
// Remove tabs extra space
{
"class": "tabset_control",
"content_margin": [-5, 0, 0, 0],
"connector_height": 0,
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment