Skip to content

Instantly share code, notes, and snippets.

@fornit1917
Created February 22, 2019 14:17
Show Gist options
  • Save fornit1917/7a193a51a086ff138c14fbf32dc1e1ba to your computer and use it in GitHub Desktop.
Save fornit1917/7a193a51a086ff138c14fbf32dc1e1ba to your computer and use it in GitHub Desktop.
{
"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