mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998 (#7880)
* Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998 * fix pipelines * fix strict-null-checks * add missing files
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
"editorGroupHeader.tabsBackground": "#131510",
|
||||
"editorLineNumber.activeForeground": "#adadad",
|
||||
"tab.inactiveBackground": "#131510",
|
||||
"tab.modifiedBorder": "#cd9731",
|
||||
"titleBar.activeBackground": "#423523",
|
||||
"statusBar.background": "#423523",
|
||||
"statusBar.debuggingBackground": "#423523",
|
||||
@@ -55,14 +54,12 @@
|
||||
"tokenColors": [
|
||||
{
|
||||
"settings": {
|
||||
"background": "#221a0f",
|
||||
"foreground": "#d3af86"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": ["meta.embedded", "source.groovy.embedded"],
|
||||
"settings": {
|
||||
"background": "#221a0f",
|
||||
"foreground": "#d3af86"
|
||||
}
|
||||
},
|
||||
@@ -335,7 +332,6 @@
|
||||
"name": "Separator",
|
||||
"scope": "meta.separator",
|
||||
"settings": {
|
||||
"background": "#84613d",
|
||||
"foreground": "#d3af86"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user