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:
1
extensions/theme-monokai/.vscodeignore
Normal file
1
extensions/theme-monokai/.vscodeignore
Normal file
@@ -0,0 +1 @@
|
||||
cgmanifest.json
|
||||
@@ -1,8 +0,0 @@
|
||||
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
|
||||
|
||||
[{
|
||||
"name": "Colorsublime-Themes",
|
||||
"version": "0.1.0",
|
||||
"repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes",
|
||||
"description": "The themes in this folders are copied from colorsublime.com. <<<TODO check the licenses, we can easily drop the themes>>>"
|
||||
}]
|
||||
16
extensions/theme-monokai/cgmanifest.json
Normal file
16
extensions/theme-monokai/cgmanifest.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"registrations": [
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"name": "Colorsublime-Themes",
|
||||
"repositoryUrl": "https://github.com/Colorsublime/Colorsublime-Themes",
|
||||
"commitHash": "d7401929c97c5fe78319b424f575ddce3f05da81"
|
||||
}
|
||||
},
|
||||
"version": "0.1.0"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -33,8 +33,9 @@
|
||||
"editorIndentGuide.activeBackground": "#767771",
|
||||
"editorGroupHeader.tabsBackground": "#1e1f1c",
|
||||
"editorGroup.dropBackground": "#41433980",
|
||||
"tab.inactiveBackground": "#414339",
|
||||
"tab.inactiveBackground": "#34352f",
|
||||
"tab.border": "#1e1f1c",
|
||||
"tab.modifiedBorder": "#007acc",
|
||||
"tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused
|
||||
"widget.shadow": "#000000",
|
||||
"progressBar.background": "#75715E",
|
||||
@@ -54,6 +55,8 @@
|
||||
"activityBar.dropBackground": "#414339",
|
||||
"sideBar.background": "#1e1f1c",
|
||||
"sideBarSectionHeader.background": "#272822",
|
||||
"menu.background": "#1e1f1c",
|
||||
"menu.foreground": "#cccccc",
|
||||
"pickerGroup.foreground": "#75715E",
|
||||
"input.background": "#414339",
|
||||
"inputOption.activeBorder": "#75715E",
|
||||
@@ -72,7 +75,7 @@
|
||||
"editorHoverWidget.border": "#75715E",
|
||||
"editorSuggestWidget.background": "#272822",
|
||||
"editorSuggestWidget.border": "#75715E",
|
||||
"editorGroup.border": "#414339",
|
||||
"editorGroup.border": "#34352f",
|
||||
"peekView.border": "#75715E",
|
||||
"peekViewEditor.background": "#272822",
|
||||
"peekViewResult.background": "#1e1f1c",
|
||||
|
||||
Reference in New Issue
Block a user