Last active
May 27, 2020 22:31
-
-
Save padurean/158a631d4cc605ad0c3ca565cd6cac0b to your computer and use it in GitHub Desktop.
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
{ | |
"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