Last active
August 14, 2022 17:07
-
-
Save vampirepapi/e16c438d9dc5a785d8434e5d3dccef68 to your computer and use it in GitHub Desktop.
Customize the Sublime Text title bar [Windows]
This file contains hidden or 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
//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