Skip to content

Instantly share code, notes, and snippets.

@anatomatic
Created April 18, 2017 20:46
Show Gist options
  • Save anatomatic/2663ac74ff5af0558f35bfef789767eb to your computer and use it in GitHub Desktop.
Save anatomatic/2663ac74ff5af0558f35bfef789767eb to your computer and use it in GitHub Desktop.
tab height fix + dark window bar for Sublime Text 3127+
[
{
// Title Bar (build 3127+, macOS only)
"class": "title_bar",
"bg": [30, 30, 30],
"fg": [237, 135, 104], //predawn
// "fg": [150, 150, 150], //gray
},
{
"class": "tabset_control",
"settings": ["predawn_tabs_small"],
"tab_height": 30
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment