Created
August 16, 2020 00:39
-
-
Save rrohrer/ef96aca7c44cff4c2451f1a14c87d5fd to your computer and use it in GitHub Desktop.
Settings for the "Syntax Highlighter for VsCode" plugin
This file contains 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": { | |
"[Noctis]": { | |
"syntax.type": "#d67e5c", | |
"syntax.variable": "#e4b781", | |
"syntax.control": "#df769b", | |
"syntax.constant": "#d5971a", | |
"syntax.number": "#7060eb", | |
"syntax.string": "#49e9a6", | |
"syntax.modifier": "#49ace9", | |
"syntax.punctuation": "#90a4ae", | |
"syntax.scope": "#c88da2", | |
"syntax.operator": "#df769b", | |
"syntax.function": "#49d6e9" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment