Created
April 5, 2020 09:59
-
-
Save mithi/659faa6b4191412d1e623e322c2cdf43 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
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