taf/styles/themes/dark.css

30 lines
864 B
CSS

.theme-dark {
--prosemirror-background: var(--color-cool-5);
--spinner-outer-colour: white;
--spinner-inner-colour: #FF3D00;
--tab-button-active-border: rebeccapurple;
--tab-button-hover-bg: var(--color-cool-3);
--inventory-summary-background: #171e26;
--inventory-summary-color: white;
--inventory-input-background: #2b3642;
--inventory-input-color: white;
--item-list-header-background: #171e26;
--item-list-header-color: white;
--item-card-background: #1d262f;
--item-card-color: white;
--item-card-header-background: #242d38;
--item-card-header-color: white;
--item-card-header-input-background: #2b3642;
--item-card-header-input-color: white;
/* Chip Variables */
--chip-color: #fff7ed;
--chip-background: #2b3642;
--chip-value-color: #fff7ed;
--chip-value-background: #10161d;
--chip-border-color: var(--chip-value-background);
}