Skip to content

Instantly share code, notes, and snippets.

@rrohrer
Created August 16, 2020 00:39
Show Gist options
  • Save rrohrer/ef96aca7c44cff4c2451f1a14c87d5fd to your computer and use it in GitHub Desktop.
Save rrohrer/ef96aca7c44cff4c2451f1a14c87d5fd to your computer and use it in GitHub Desktop.
Settings for the "Syntax Highlighter for VsCode" plugin
"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