AzureMonitor syntax highlighting and themes (#16752)

* Added grammars, themes, and output channels to package.json Added themes folder and files

* Changed theme name to distinguish between themes
This commit is contained in:
Justin M
2021-08-12 13:13:36 -07:00
committed by GitHub
parent 041bd560c0
commit d64a5ffe06
6 changed files with 689 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
{
"tokenColors": "./Kuskus.Dark.tmTheme",
"colors": {
"editor.background": "#272822",
"editorCursor.foreground": "#F8F8F0",
"editor.foreground": "#F8F8F2",
"editorWhitespace.foreground": "#3B3A32",
"editor.lineHighlightBackground": "#3E3D32",
"editor.selectionBackground": "#49483E"
},
"name": "[Kuskus] Azure Monitor Logs (Dark)"
}