mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 01:25:38 -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
349 B
JSON
13 lines
349 B
JSON
{
|
|
"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)"
|
|
}
|