1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Revert theme colors

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-04-19 09:43:54 +03:00
parent 621bb8e580
commit d58f332e4a
2 changed files with 9 additions and 11 deletions

View File

@ -11,13 +11,12 @@
"primary": "#3d90ce", "primary": "#3d90ce",
"textColorPrimary": "#8e9297", "textColorPrimary": "#8e9297",
"textColorSecondary": "#a0a0a0", "textColorSecondary": "#a0a0a0",
"textColorTertiary": "#909ba6",
"textColorAccent": "#ffffff", "textColorAccent": "#ffffff",
"textColorDimmed": "#8e92978c", "textColorDimmed": "#8e92978c",
"borderColor": "#4c5053", "borderColor": "#4c5053",
"borderFaintColor": "#373a3e", "borderFaintColor": "#373a3e",
"mainBackground": "#1e2124", "mainBackground": "#1e2124",
"secondaryBackground": "#1e2125", "secondaryBackground": "#212427",
"contentColor": "#262b2f", "contentColor": "#262b2f",
"layoutBackground": "#2e3136", "layoutBackground": "#2e3136",
"layoutTabsBackground": "#252729", "layoutTabsBackground": "#252729",
@ -116,17 +115,17 @@
"chartCapacityColor": "#4c545f", "chartCapacityColor": "#4c545f",
"pieChartDefaultColor": "#30353a", "pieChartDefaultColor": "#30353a",
"inputOptionHoverColor": "#87909c", "inputOptionHoverColor": "#87909c",
"inputControlBackground": "#1e2125", "inputControlBackground": "#00000021",
"inputControlBorder": "#414448", "inputControlBorder": "#202225bf",
"inputControlHoverBorder": "#474a4f", "inputControlHoverBorder": "#07080880",
"lineProgressBackground": "#414448", "lineProgressBackground": "#414448",
"radioActiveBackground": "#36393e", "radioActiveBackground": "#36393e",
"menuActiveBackground": "#36393e", "menuActiveBackground": "#36393e",
"menuSelectedOptionBgc": "#36393e", "menuSelectedOptionBgc": "#36393e",
"scrollBarColor": "#5f6064", "scrollBarColor": "#5f6064",
"settingsBackground": "#262b2e", "settingsBackground": "#2b3035",
"settingsColor": "#909ba6", "navSelectedBackground": "#4f545c52",
"navSelectedBackground": "#262b2e", "navHoverBackground": "#4f545c29",
"navHoverColor": "#dcddde", "navHoverColor": "#dcddde",
"hrColor": "#ffffff0f" "hrColor": "#ffffff0f"
} }

View File

@ -11,7 +11,6 @@
"primary": "#3d90ce", "primary": "#3d90ce",
"textColorPrimary": "#555555", "textColorPrimary": "#555555",
"textColorSecondary": "#51575d", "textColorSecondary": "#51575d",
"textColorTertiary": "#555555",
"textColorAccent": "#333333", "textColorAccent": "#333333",
"textColorDimmed": "#5557598c", "textColorDimmed": "#5557598c",
"borderColor": "#c9cfd3", "borderColor": "#c9cfd3",
@ -127,8 +126,8 @@
"scrollBarColor": "#bbbbbb", "scrollBarColor": "#bbbbbb",
"canvasBackground": "#24292e", "canvasBackground": "#24292e",
"settingsBackground": "#ffffff", "settingsBackground": "#ffffff",
"settingsColor": "#555555", "navSelectedBackground": "#747f8d3d",
"navSelectedBackground": "#ffffff", "navHoverBackground": "#747f8d14",
"navHoverColor": "#2e3135", "navHoverColor": "#2e3135",
"hrColor": "#06060714" "hrColor": "#06060714"
} }