mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from master
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
"storage"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#4B83CD"
|
||||
"foreground": "#4B69C6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@
|
||||
"variable.language"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -155,7 +155,7 @@
|
||||
"constant"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -176,14 +176,14 @@
|
||||
"name": "Strings: Regular Expressions",
|
||||
"scope": "string.regexp",
|
||||
"settings": {
|
||||
"foreground": "#4B83CD"
|
||||
"foreground": "#4B69C6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Strings: Symbols",
|
||||
"scope": "constant.other.symbol",
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -235,7 +235,7 @@
|
||||
"name": "HTML: Tag Names",
|
||||
"scope": "entity.name.tag",
|
||||
"settings": {
|
||||
"foreground": "#4B83CD"
|
||||
"foreground": "#4B69C6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -256,7 +256,7 @@
|
||||
"punctuation.definition.entity"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -282,7 +282,7 @@
|
||||
"support.type.property-name"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -350,7 +350,7 @@
|
||||
"name": "Markup: Link",
|
||||
"scope": "meta.link",
|
||||
"settings": {
|
||||
"foreground": "#4B83CD"
|
||||
"foreground": "#4B69C6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -409,7 +409,7 @@
|
||||
"name": "Markup Lists",
|
||||
"scope": "markup.list",
|
||||
"settings": {
|
||||
"foreground": "#4B83CD"
|
||||
"foreground": "#4B69C6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -427,7 +427,7 @@
|
||||
"scope": "markup.inline.raw",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#AB6526"
|
||||
"foreground": "#9C5D27"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -497,10 +497,11 @@
|
||||
"editor.lineHighlightBackground": "#E4F6D4",
|
||||
"editorLineNumber.activeForeground": "#9769dc",
|
||||
"editor.selectionBackground": "#C9D0D9",
|
||||
"tab.modifiedBorder": "#f1897f",
|
||||
"panel.background": "#F5F5F5",
|
||||
"sideBar.background": "#F2F2F2",
|
||||
"sideBarSectionHeader.background": "#ede8ef",
|
||||
"editorLineNumber.foreground": "#9DA39A",
|
||||
"editorLineNumber.foreground": "#6D705B",
|
||||
"editorCursor.foreground": "#54494B",
|
||||
"inputOption.activeBorder": "#adafb7",
|
||||
"dropdown.background": "#F5F5F5",
|
||||
|
||||
Reference in New Issue
Block a user