Socket
Socket
Sign inDemoInstall

@gedit/theme

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gedit/theme - npm Package Compare versions

Comparing version 0.1.68 to 0.1.69

6

lib/browser/default-color-contribution.js

@@ -18,3 +18,3 @@ "use strict";

var panelActiveColor = panelLightBackgroundColor;
var navBackgroundColor = '#0E0B1B';
var navBackgroundColor = '#131417';
var dropdownBackgroundColor = '#100A22';

@@ -72,3 +72,3 @@ var lightColor = '#ffffff';

defaults: {
dark: color_registry_1.Color.lighten('button.background', 0.85),
dark: color_registry_1.Color.lighten('button.background', 0.1),
},

@@ -430,3 +430,3 @@ description: 'Button background color when hovering.',

defaults: {
dark: color_registry_1.Color.transparent('panelTitle.activeForeground', 0.6),
dark: color_registry_1.Color.transparent('panelTitle.activeForeground', 0.4),
},

@@ -433,0 +433,0 @@ description: 'Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.',

{
"name": "@gedit/theme",
"version": "0.1.68",
"version": "0.1.69",
"license": "MIT",

@@ -12,4 +12,4 @@ "main": "lib/browser/index",

"dependencies": {
"@gedit/application-common": "^0.1.63",
"@gedit/utils": "^0.1.65"
"@gedit/application-common": "^0.1.64",
"@gedit/utils": "^0.1.66"
},

@@ -31,3 +31,3 @@ "geditExtensions": [

},
"gitHead": "8d56b93ef685861ffc4702c88352c231f91ee54f"
"gitHead": "b63ded2ca7a5d825937e4c58fb0b17d471bfb315"
}

@@ -12,3 +12,3 @@ /* eslint-disable max-len, @typescript-eslint/indent */

const navBackgroundColor = '#0E0B1B';
const navBackgroundColor = '#131417';

@@ -81,3 +81,3 @@ const dropdownBackgroundColor = '#100A22';

defaults: {
dark: Color.lighten('button.background', 0.85),
dark: Color.lighten('button.background', 0.1),
},

@@ -560,3 +560,3 @@ description: 'Button background color when hovering.',

defaults: {
dark: Color.transparent('panelTitle.activeForeground', 0.6),
dark: Color.transparent('panelTitle.activeForeground', 0.4),
},

@@ -563,0 +563,0 @@ description:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc