Skip to content

Instantly share code, notes, and snippets.

@padurean
Last active May 27, 2020 22:31
Show Gist options
  • Save padurean/158a631d4cc605ad0c3ca565cd6cac0b to your computer and use it in GitHub Desktop.
Save padurean/158a631d4cc605ad0c3ca565cd6cac0b to your computer and use it in GitHub Desktop.
{
"workbench.colorCustomizations": {
"editorBracketMatch.border": "#0000",
"[Palenight Italic]": {
"editorBracketMatch.background": "#030407"
}
},
"editor.tokenColorCustomizations": {
"[Joker Light (rainglow)]": {
"functions": "#007CBE",
"textMateRules": [
{ "scope": "entity.name.function", "settings": { "foreground": "#CF402B" } },
{ "scope": "constant.numeric", "settings": { "foreground": "#F75C03" } },
{ "scope": "string", "settings": { "foreground": "#81AE9D" } },
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment