st3-config/Packages/User/Meetio Theme.sublime-theme

17 lines
901 B
Text

// Documentation at https://www.sublimetext.com/docs/themes.html
// and https://www.sublimetext.com/docs/color_schemes.html
{
"variables": {
"sidebarLabelColor": "color(var(background) blend(var(foreground) 10%))",
"sidebarLabelSelectedColor": "color(var(foreground) blend(var(accent) 20%))",
"vcsIgnored": "color(var(sidebarLabelColor) blend(var(background) 50%))",
"vcsUntracked": "color(seagreen blend(var(foreground) 90%))",
"vcsModified": "color(cornflowerblue blend(var(foreground) 50%))",
"vcsMissing": "color(sandybrown blend(var(foreground) 90%))",
"vcsAdded": "color(seagreen blend(var(foreground) 90%))",
"vcsStaged": "color(goldenrod blend(var(foreground) 90%))",
"vcsDeleted": "color(red blend(var(foreground) 90%))",
"vcsUnmerged": "color(slateblue blend(var(foreground) 90%))"
},
"rules": []
}