Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vampirepapi/e16c438d9dc5a785d8434e5d3dccef68 to your computer and use it in GitHub Desktop.
Save vampirepapi/e16c438d9dc5a785d8434e5d3dccef68 to your computer and use it in GitHub Desktop.
Customize the Sublime Text title bar [Windows]
//Adaptive Menu icon (Hamburger Icon)
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables":
{
},
"rules":
[
{
"class": "title_bar",
"settings": ["themed_title_bar"],
"fg": "color(white)",
"bg": "color(var(--background) blend(white 100%))"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment