Shared: Themes: fix after merge

This commit is contained in:
Viktor Fomin 2024-06-17 15:00:34 +03:00
parent 3d089d9752
commit db9b2135d3
2 changed files with 26 additions and 26 deletions

View File

@ -2118,10 +2118,10 @@ export const getBaseTheme = () => {
hoverBackground: grayLight,
selectedBackground: lightGrayHover,
inputButtonBorder: "#D0D5DA",
inputButtonBorderHover: grayMain,
inputButtonBorder: grayStrong,
inputButtonBorderHover: lightGrayDark,
disableTextColor: "#A3A9AE",
disableTextColor: gray,
},
emptyScreen: {
@ -2938,21 +2938,21 @@ export const getBaseTheme = () => {
tabs: {
gradientColor: white,
lineColor: "#eceef1",
lineColor: grayLightMid,
textColorPrimary: "#657077",
textColorPrimary: lightGrayDark,
activeTextColorPrimary: "",
hoverTextColorPrimary: "#A3A9AE",
pressedTextColorPrimary: "#555F65",
hoverTextColorPrimary: gray,
pressedTextColorPrimary: grayText,
backgroundColorPrimary: white,
textColorSecondary: "#333333",
textColorSecondary: black,
activeTextColorSecondary: white,
backgroundColorSecondary: white,
hoverBackgroundColorSecondary: "#F3F4F4",
pressedBackgroundColorSecondary: "#ECEEF1",
activeBackgroundColorSecondary: "#265A8F",
hoverBackgroundColorSecondary: lightGrayHover,
pressedBackgroundColorSecondary: grayLightMid,
activeBackgroundColorSecondary: blueLightMid,
},
hotkeys: {

View File

@ -2088,8 +2088,8 @@ const Dark: TTheme = {
border: `1px solid ${grayDarkStrong}`,
breadCrumbs: {
prevItemColor: "#CCCCCC",
arrowRightColor: "#ADADAD",
prevItemColor: darkGrayDark,
arrowRightColor: darkGrayDark,
},
info: {
@ -2103,10 +2103,10 @@ const Dark: TTheme = {
hoverBackground: lightDarkGrayHover,
selectedBackground: lightDarkGrayHover,
inputButtonBorder: "#474747",
inputButtonBorderHover: grayMaxLight,
inputButtonBorder: grayDarkStrong,
inputButtonBorderHover: white,
disableTextColor: "#858585",
disableTextColor: grayDark,
},
emptyScreen: {
@ -2920,21 +2920,21 @@ const Dark: TTheme = {
tabs: {
gradientColor: black,
lineColor: "#474747",
lineColor: grayDarkStrong,
textColorPrimary: "#657077",
textColorPrimary: lightGrayDark,
activeTextColorPrimary: white,
hoverTextColorPrimary: white,
pressedTextColorPrimary: "#CCCCCC",
backgroundColorPrimary: "#333",
pressedTextColorPrimary: grayDarkText,
backgroundColorPrimary: black,
textColorSecondary: "#FFFFFF",
activeTextColorSecondary: "#333333",
textColorSecondary: white,
activeTextColorSecondary: black,
backgroundColorSecondary: "#333",
hoverBackgroundColorSecondary: "#474747",
pressedBackgroundColorSecondary: "#282828",
activeBackgroundColorSecondary: "#FFFFFF",
backgroundColorSecondary: black,
hoverBackgroundColorSecondary: grayDarkStrong,
pressedBackgroundColorSecondary: darkGrayLight,
activeBackgroundColorSecondary: white,
},
hotkeys: {