Created
February 22, 2019 14:17
-
-
Save fornit1917/7a193a51a086ff138c14fbf32dc1e1ba to your computer and use it in GitHub Desktop.
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
{ | |
"editor.tokenColorCustomizations": { | |
"[Darcula Extra]": { | |
"textMateRules": [ | |
{ | |
"scope": ["entity.name.type.class.cs", "storage.type.cs"], | |
"settings": { | |
"foreground": "#7A9EC2" | |
} | |
} | |
] | |
} | |
}, | |
"workbench.colorCustomizations": { | |
"editorIndentGuide.activeBackground": "#9e9e9e", | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment