mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge from master
This commit is contained in:
1
extensions/theme-monokai-dimmed/.vscodeignore
Normal file
1
extensions/theme-monokai-dimmed/.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-dimmed/cgmanifest.json
Normal file
16
extensions/theme-monokai-dimmed/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
|
||||
}
|
||||
@@ -23,6 +23,7 @@
|
||||
"editorGroupHeader.tabsBackground": "#282828",
|
||||
"tab.inactiveBackground": "#404040",
|
||||
"tab.border": "#303030",
|
||||
"tab.modifiedBorder": "#6796e6",
|
||||
"tab.inactiveForeground": "#d8d8d8",
|
||||
"peekView.border": "#3655b5",
|
||||
"panelTitle.activeForeground": "#ffffff",
|
||||
@@ -35,6 +36,8 @@
|
||||
"activityBarBadge.background": "#3655b5",
|
||||
"sideBar.background": "#272727",
|
||||
"sideBarSectionHeader.background": "#505050",
|
||||
"menu.background": "#272727",
|
||||
"menu.foreground": "#CCCCCC",
|
||||
"pickerGroup.foreground": "#b0b0b0",
|
||||
"terminal.ansiWhite": "#ffffff",
|
||||
"inputOption.activeBorder": "#3655b5",
|
||||
|
||||
Reference in New Issue
Block a user