@maxfield/vscode-color-theme-template
v0.1.3
Published
[](https://travis-ci.org/MaxfieldWalker/vscode-color-theme-template) [
// @alpha -> Alpha value (e.g. FF, 80)
// $$alias -> Alias (e.g. $blue, $blue@mid)
{
"colorPalette": {
"$blue": "#0000FF",
"@mid": "80"
},
"alias": {
"$$string-color": "$blue",
"$$medium": "@mid"
}
}Author
License
MIT
