mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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:
@@ -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)"
|
||||
}
|
||||
Reference in New Issue
Block a user