From 267374faabe83ec187adb73925229fbd5ea4fbc2 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Mon, 19 Apr 2021 10:05:53 +0300 Subject: [PATCH] Set new colors in theme files Signed-off-by: Alex Andreev --- src/renderer/themes/lens-dark.json | 15 ++++++++------- src/renderer/themes/lens-light.json | 5 +++-- yarn.lock | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/renderer/themes/lens-dark.json b/src/renderer/themes/lens-dark.json index 14de361c95..0082f9ce63 100644 --- a/src/renderer/themes/lens-dark.json +++ b/src/renderer/themes/lens-dark.json @@ -11,12 +11,13 @@ "primary": "#3d90ce", "textColorPrimary": "#8e9297", "textColorSecondary": "#a0a0a0", + "textColorTertiary": "#909ba6", "textColorAccent": "#ffffff", "textColorDimmed": "#8e92978c", "borderColor": "#4c5053", "borderFaintColor": "#373a3e", "mainBackground": "#1e2124", - "secondaryBackground": "#212427", + "secondaryBackground": "#1e2125", "contentColor": "#262b2f", "layoutBackground": "#2e3136", "layoutTabsBackground": "#252729", @@ -115,17 +116,17 @@ "chartCapacityColor": "#4c545f", "pieChartDefaultColor": "#30353a", "inputOptionHoverColor": "#87909c", - "inputControlBackground": "#00000021", - "inputControlBorder": "#202225bf", - "inputControlHoverBorder": "#07080880", + "inputControlBackground": "#1e2125", + "inputControlBorder": "#414448", + "inputControlHoverBorder": "#474a4f", "lineProgressBackground": "#414448", "radioActiveBackground": "#36393e", "menuActiveBackground": "#36393e", "menuSelectedOptionBgc": "#36393e", "scrollBarColor": "#5f6064", - "settingsBackground": "#2b3035", - "navSelectedBackground": "#4f545c52", - "navHoverBackground": "#4f545c29", + "settingsBackground": "#262b2e", + "settingsColor": "#909ba6", + "navSelectedBackground": "#262b2e", "navHoverColor": "#dcddde", "hrColor": "#ffffff0f" } diff --git a/src/renderer/themes/lens-light.json b/src/renderer/themes/lens-light.json index 52b9cd32e2..5a4365b500 100644 --- a/src/renderer/themes/lens-light.json +++ b/src/renderer/themes/lens-light.json @@ -11,6 +11,7 @@ "primary": "#3d90ce", "textColorPrimary": "#555555", "textColorSecondary": "#51575d", + "textColorTertiary": "#555555", "textColorAccent": "#333333", "textColorDimmed": "#5557598c", "borderColor": "#c9cfd3", @@ -126,8 +127,8 @@ "scrollBarColor": "#bbbbbb", "canvasBackground": "#24292e", "settingsBackground": "#ffffff", - "navSelectedBackground": "#747f8d3d", - "navHoverBackground": "#747f8d14", + "settingsColor": "#555555", + "navSelectedBackground": "#ffffff", "navHoverColor": "#2e3135", "hrColor": "#06060714" } diff --git a/yarn.lock b/yarn.lock index cfb73b3870..89cf3e4ee8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9390,7 +9390,7 @@ minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= -minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.4, minimatch@~3.0.2: +minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==