Skip to content

Instantly share code, notes, and snippets.

@mithi
Created April 5, 2020 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mithi/659faa6b4191412d1e623e322c2cdf43 to your computer and use it in GitHub Desktop.
Save mithi/659faa6b4191412d1e623e322c2cdf43 to your computer and use it in GitHub Desktop.
https://github.com/EvgeniyPeshkov/syntax-highlighter
"workbench.colorTheme": "Default Light+",
"workbench.colorCustomizations": {
"[One Dark Pro]": {
"syntax.type": "#26A69A",
"syntax.scope": "#00897B",
"syntax.function": "#d400b1",
"syntax.variable": "#42A5F5",
"syntax.number": "#90A4AE",
"syntax.string": "#f0a00b",
"syntax.comment": "#546E7A",
"syntax.constant": "#A89F9B",
"syntax.directive": "#7E57C2",
"syntax.control": "#c5ac1f",
"syntax.operator": "#e47878",
"syntax.modifier": "#e5ff00",
"syntax.punctuation": "#7ee728",
},
"[Default Light+]": {
"syntax.type": "#26A69A",
"syntax.scope": "#00897B",
"syntax.function": "#d400b1",
"syntax.variable": "#1e76be",
"syntax.number": "#90A4AE",
"syntax.string": "#f58bd2",
"syntax.comment": "#546E7A",
"syntax.constant": "#A89F9B",
"syntax.directive": "#7E57C2",
"syntax.control": "#c5ac1f",
"syntax.operator": "#e47878",
"syntax.modifier": "#e5ff00",
"syntax.punctuation": "#7ee728",
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment