Shared: Themes: use grayMaxLight

This commit is contained in:
Viktor Fomin 2024-06-07 13:04:23 +03:00
parent 09a43ccf92
commit 182760f938

View File

@ -1997,7 +1997,7 @@ const Dark: TTheme = {
}, },
navigation: { navigation: {
expanderColor: "#eeeeee", expanderColor: grayMaxLight,
background: black, background: black,
rootFolderTitleColor: "#ADADAD", rootFolderTitleColor: "#ADADAD",
boxShadow: "0px 8px 16px 0px #040F1B29", boxShadow: "0px 8px 16px 0px #040F1B29",
@ -2026,7 +2026,7 @@ const Dark: TTheme = {
backgroundColor: "#282828 ", backgroundColor: "#282828 ",
recoveryColor: "#4C4C4C", recoveryColor: "#4C4C4C",
linkColor: "#606060", linkColor: "#606060",
productColor: "#eeeeee", productColor: grayMaxLight,
height: "48px", height: "48px",
}, },
@ -2107,13 +2107,13 @@ const Dark: TTheme = {
details: { details: {
customLogoBorderColor: "#474747", customLogoBorderColor: "#474747",
commentEditorIconColor: "#eee", commentEditorIconColor: grayMaxLight,
tagBackground: "#242424", tagBackground: "#242424",
}, },
gallery: { gallery: {
borderColor: "#292929", borderColor: "#292929",
descriptionColor: "#eeeeee", descriptionColor: grayMaxLight,
}, },
search: { search: {
@ -2170,7 +2170,7 @@ const Dark: TTheme = {
openBackground: "#a3a9ae", openBackground: "#a3a9ae",
openFill: "#eeeeee", openFill: grayMaxLight,
}, },
filter: { filter: {
@ -2182,8 +2182,8 @@ const Dark: TTheme = {
indicatorColor: "#F58D31", indicatorColor: "#F58D31",
selectedItem: { selectedItem: {
background: "#eeeeee", background: grayMaxLight,
border: "#eeeeee", border: grayMaxLight,
color: black, color: black,
}, },
}, },
@ -2195,8 +2195,8 @@ const Dark: TTheme = {
viewIcon: "#858585", viewIcon: "#858585",
sortFill: "rgba(255, 255, 255, 0.6)", sortFill: "rgba(255, 255, 255, 0.6)",
tileSortFill: "#eeeeee", tileSortFill: grayMaxLight,
tileSortColor: "#eeeeee", tileSortColor: grayMaxLight,
}, },
selectedItems: { selectedItems: {
@ -2270,8 +2270,8 @@ const Dark: TTheme = {
linkColor: grayMaxLight, linkColor: grayMaxLight,
textColor: "#858585", textColor: "#858585",
editingIconColor: "#eeeeee", editingIconColor: grayMaxLight,
shareHoverColor: "#eeeeee", shareHoverColor: grayMaxLight,
pinColor: white, pinColor: white,
}, },
@ -2304,7 +2304,7 @@ const Dark: TTheme = {
borderHover: "#474747", borderHover: "#474747",
sideColor: gray, sideColor: gray,
shareHoverColor: "#eeeeee", shareHoverColor: grayMaxLight,
borderImageRight: borderImageRight:
"linear-gradient(to right, #333333 25px, #474747 24px)", "linear-gradient(to right, #333333 25px, #474747 24px)",
@ -2566,7 +2566,7 @@ const Dark: TTheme = {
}, },
connectedClouds: { connectedClouds: {
color: "#eeeeee", color: grayMaxLight,
borderBottom: `1px solid #474747`, borderBottom: `1px solid #474747`,
borderRight: `1px solid #474747`, borderRight: `1px solid #474747`,
}, },
@ -2697,7 +2697,7 @@ const Dark: TTheme = {
borderBottom: "1px solid #474747", borderBottom: "1px solid #474747",
borderTop: "1px solid #474747", borderTop: "1px solid #474747",
externalLinkBackground: "#292929", externalLinkBackground: "#292929",
externalLinkSvg: "#eeeeee", externalLinkSvg: grayMaxLight,
internalLinkBorder: "1px dashed #eeeeee", internalLinkBorder: "1px dashed #eeeeee",
@ -2725,7 +2725,7 @@ const Dark: TTheme = {
}, },
loadingButton: { loadingButton: {
color: "#eeeeee", color: grayMaxLight,
background: black, background: black,
}, },
}, },
@ -2759,11 +2759,11 @@ const Dark: TTheme = {
lineHeight: "30px", lineHeight: "30px",
fontWeight: "600", fontWeight: "600",
margin: "0 0 0 8px", margin: "0 0 0 8px",
color: "#eeeeee", color: grayMaxLight,
}, },
hover: black, hover: black,
background: "none", background: "none",
svgFill: "#eeeeee", svgFill: grayMaxLight,
header: { header: {
height: "49px", height: "49px",
borderBottom: `1px solid #474747`, borderBottom: `1px solid #474747`,
@ -2821,7 +2821,7 @@ const Dark: TTheme = {
background: globalColors.black, background: globalColors.black,
itemBackground: "#242424", itemBackground: "#242424",
itemBorder: gray, itemBorder: gray,
itemActiveBorder: "#eeeeee", itemActiveBorder: grayMaxLight,
}, },
row: { row: {
@ -2829,23 +2829,23 @@ const Dark: TTheme = {
}, },
fill: "#858585", fill: "#858585",
hoverFill: "#eeeeee", hoverFill: grayMaxLight,
}, },
filesIcons: { filesIcons: {
fill: "#858585", fill: "#858585",
hoverFill: "#eeeeee", hoverFill: grayMaxLight,
}, },
filesQuickButtons: { filesQuickButtons: {
color: "#858585", color: "#858585",
sharedColor: "#eeeeee", sharedColor: grayMaxLight,
hoverColor: "#eeeeee", hoverColor: grayMaxLight,
}, },
filesSharedButton: { filesSharedButton: {
color: "#858585", color: "#858585",
sharedColor: "#eeeeee", sharedColor: grayMaxLight,
}, },
filesPrivateRoom: { filesPrivateRoom: {
@ -3025,12 +3025,12 @@ const Dark: TTheme = {
}, },
auditTrail: { auditTrail: {
sideColor: "#858585", sideColor: "#858585",
nameColor: "#eeeeee", nameColor: grayMaxLight,
downloadReportDescriptionColor: "#858585", downloadReportDescriptionColor: "#858585",
}, },
loginHistory: { loginHistory: {
sideColor: "#858585", sideColor: "#858585",
nameColor: "#eeeeee", nameColor: grayMaxLight,
}, },
}, },
@ -3172,7 +3172,7 @@ const Dark: TTheme = {
}, },
editor: { editor: {
color: "#eeeeee", color: grayMaxLight,
background: black, background: black,
}, },
@ -3217,7 +3217,7 @@ const Dark: TTheme = {
textDescriptionColor: "#858585", textDescriptionColor: "#858585",
}, },
activeSessions: { activeSessions: {
color: "#eeeeee", color: grayMaxLight,
borderColor: "#474747", borderColor: "#474747",
tickIconColor: "#3BA420", tickIconColor: "#3BA420",
removeIconColor: "#A3A9AE", removeIconColor: "#A3A9AE",