mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
* Added grammars, themes, and output channels to package.json Added themes folder and files * Changed theme name to distinguish between themes
13 lines
370 B
JSON
13 lines
370 B
JSON
{
|
|
"tokenColors": "./Kuskus.AzureMonitorLogs.2.Dark.tmTheme",
|
|
"colors": {
|
|
"editor.background": "#222224",
|
|
"editorCursor.foreground": "#F8F8F0",
|
|
"editor.foreground": "#F8F8F2",
|
|
"editorWhitespace.foreground": "#3B3A32",
|
|
"editor.lineHighlightBackground": "#3D4247",
|
|
"editor.selectionBackground": "#1268AC"
|
|
},
|
|
"name": "[Kuskus] Azure Monitor Logs 2 (Dark)"
|
|
}
|