Skip to content

Commit

Permalink
settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyPatten committed Jan 6, 2022
1 parent 61cc7b3 commit 444bfaf
Showing 1 changed file with 47 additions and 44 deletions.
91 changes: 47 additions & 44 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,51 @@
"**/bin": true,
"**/obj": true
},
"csharp.semanticHighlighting.enabled": true,
"editor.semanticTokenColorCustomizations":
{
"[Default Dark+]":
{
"enabled": true,
"rules":
{
"class": "#4EC9B0",
"comment": "#57A64A",
"controlKeyword": "#569CD6",
"delegate": "#BD63C5",
"enum": "#FF7F27",
"enumMember": "#ffffff",
"event": "#ffffff",
"excludedCode": "#9B9B9B",
"extensionMethod": "#CB859B",
"field": "#ffffff",
"interface": "#B8D7A3",
"keyword": "#569CD6",
"label": "#ffffff",
"local": "#ffffff",
"method": "#BD6380",
"namespace": "#ffffff",
"number": "#B8D7A3",
"operator": "#ffffff",
"operatorOverloaded": "#ffffff",
"parameter": "#ffffff",
"plainKeyword": "#569CD6",
"preprocessorKeyword": "#9B9B9B",
"preprocessorText": "#ffffff",
"property": "#ffffff",
"punctuation": "#ffffff",
"string": "#D69D85",
"stringVerbatim": "#D69D85",
"struct": "#FFFF80",
"typeParameter": "#808000",
"variable": "#ffffff",
"xmlDocCommentComment": "#56a64a7c",
"xmlDocCommentText": "#9B9B9B",
"xmlDocCommentAttributeName": "#9B9B9B"
}
}
}
"csharp.semanticHighlighting.enabled": true

//// theme settings
//"workbench.colorTheme": "Default Dark+",
//"editor.semanticTokenColorCustomizations":
//{
// "[Default Dark+]":
// {
// "enabled": true,
// "rules":
// {
// "class": "#4EC9B0",
// "comment": "#57A64A",
// "controlKeyword": "#569CD6",
// "delegate": "#BD63C5",
// "enum": "#FF7F27",
// "enumMember": "#ffffff",
// "event": "#ffffff",
// "excludedCode": "#9B9B9B",
// "extensionMethod": "#CB859B",
// "field": "#ffffff",
// "interface": "#B8D7A3",
// "keyword": "#569CD6",
// "label": "#ffffff",
// "local": "#ffffff",
// "method": "#BD6380",
// "namespace": "#ffffff",
// "number": "#B8D7A3",
// "operator": "#ffffff",
// "operatorOverloaded": "#ffffff",
// "parameter": "#ffffff",
// "plainKeyword": "#569CD6",
// "preprocessorKeyword": "#9B9B9B",
// "preprocessorText": "#ffffff",
// "property": "#ffffff",
// "punctuation": "#ffffff",
// "string": "#D69D85",
// "stringVerbatim": "#D69D85",
// "struct": "#FFFF80",
// "typeParameter": "#808000",
// "variable": "#ffffff",
// "xmlDocCommentComment": "#56a64a7c",
// "xmlDocCommentText": "#9B9B9B",
// "xmlDocCommentAttributeName": "#9B9B9B"
// }
// }
//}
}

0 comments on commit 444bfaf

Please sign in to comment.