@gedit/theme
Advanced tools
Comparing version 0.1.62 to 0.1.63
@@ -13,6 +13,6 @@ "use strict"; | ||
var color_registry_1 = require("./color-registry"); | ||
var primaryColor = '#6c36e6'; | ||
var primaryColor = '#5422E8'; | ||
var backgroundColor = '#06030E'; | ||
var panelBarBackgroundColor = '#110D23'; | ||
var panelLightBackgroundColor = '#0B0917'; | ||
var panelDarkBackgroundColor = '#131417'; | ||
var panelLightBackgroundColor = '#131417'; | ||
var panelActiveColor = panelLightBackgroundColor; | ||
@@ -22,4 +22,5 @@ var navBackgroundColor = '#0E0B1B'; | ||
var lightColor = '#ffffff'; | ||
var baseLineColor = '#231E39'; | ||
var baseLineColor = '#1F2022'; | ||
var inputBackground = '#090711'; | ||
var panelActiveBackgroundColor = '#2A2C33'; | ||
var DefaultColorContribution = /** @class */ (function () { | ||
@@ -80,3 +81,3 @@ function DefaultColorContribution() { | ||
defaults: { | ||
dark: panelBarBackgroundColor, | ||
dark: panelDarkBackgroundColor, | ||
}, | ||
@@ -440,2 +441,8 @@ description: 'Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.', | ||
}, { | ||
id: 'panelTitle.activeBackground', | ||
defaults: { | ||
dark: panelActiveBackgroundColor, | ||
}, | ||
description: 'Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.', | ||
}, { | ||
id: 'panelInput.border', | ||
@@ -442,0 +449,0 @@ defaults: {}, |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@gedit/theme", | ||
"version": "0.1.62", | ||
"version": "0.1.63", | ||
"license": "MIT", | ||
@@ -12,4 +12,4 @@ "main": "lib/browser/index", | ||
"dependencies": { | ||
"@gedit/application-common": "^0.1.62", | ||
"@gedit/utils": "^0.1.64" | ||
"@gedit/application-common": "^0.1.63", | ||
"@gedit/utils": "^0.1.65" | ||
}, | ||
@@ -31,3 +31,3 @@ "geditExtensions": [ | ||
}, | ||
"gitHead": "db74e452a213a016b3be82938fe68df8fdde2e6b" | ||
"gitHead": "f76d857b72ca85cb6090328623331a727eaf2815" | ||
} |
@@ -6,6 +6,6 @@ /* eslint-disable max-len, @typescript-eslint/indent */ | ||
const primaryColor = '#6c36e6'; | ||
const primaryColor = '#5422E8'; | ||
const backgroundColor = '#06030E'; | ||
const panelBarBackgroundColor = '#110D23'; | ||
const panelLightBackgroundColor = '#0B0917'; | ||
const panelDarkBackgroundColor = '#131417'; | ||
const panelLightBackgroundColor = '#131417'; | ||
const panelActiveColor = panelLightBackgroundColor; | ||
@@ -19,5 +19,7 @@ | ||
const baseLineColor = '#231E39'; | ||
const baseLineColor = '#1F2022'; | ||
const inputBackground = '#090711'; | ||
const panelActiveBackgroundColor = '#2A2C33'; | ||
@injectable() | ||
@@ -89,3 +91,3 @@ export class DefaultColorContribution implements ColorContribution { | ||
defaults: { | ||
dark: panelBarBackgroundColor, | ||
dark: panelDarkBackgroundColor, | ||
}, | ||
@@ -573,2 +575,10 @@ description: | ||
{ | ||
id: 'panelTitle.activeBackground', | ||
defaults: { | ||
dark: panelActiveBackgroundColor, | ||
}, | ||
description: | ||
'Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.', | ||
}, | ||
{ | ||
id: 'panelInput.border', | ||
@@ -575,0 +585,0 @@ defaults: {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
389294
5453
Updated@gedit/utils@^0.1.65