diskort/src/dimmer.less

46 lines
1.1 KiB
Plaintext

.theme-dimmer {
--header-primary: #dedede;
--header-secondary: #cacaca;
--text-normal: #dcddde;
--text-muted: #cbcccd;
--interactive-normal: #cacaca;
--interactive-hover: #dedede;
--interactive-active: #dcddde;
--interactive-muted: #bebebe;
--background-primary: #3e3e3e;
--background-secondary: #2e2e2e;
--background-secondary-alt: #2e2e2e;
--background-accent: #4f545c;
--background-floating: #18191c;
--background-tertiary: #1e1e1e;
--input-background: #1e1e1e;
color: var(--header-primary);
& .close-1mLglB {
color: var(--interactive-normal);
&:hover
{ color: var(--interactive-hover); }
}
}
div.layer-1Ixpg3 div.theme-light,
div.downloadApps-14IgKV {
&:extend(.theme-dimmer all);
div.root-g14mjS {
background-color: var(--background-secondary);
}
div.footer-31IekZ {
background-color: var(--background-primary);
}
}
div.downloadApps-14IgKV {
background-color: var(--background-secondary) !important;
h3, div.footer-2TRYcZ {
color: var(--header-primary);
}
}