ripcrypt/templates/css/themes/dark.css
2025-01-10 00:54:16 -07:00

32 lines
735 B
CSS

.theme-rc-dark,
.theme-dark {
--accent-1: #056162;
--accent-2: #04262a;
--accent-3: #4fb258;
--base-text: white;
--base-background: black;
--header-text: black;
--header-background: var(--accent-3);
--section-header-text: white;
--section-header-background: var(--accent-1);
--alt-row-text: white;
--alt-row-background: var(--accent-2);
--input-underline: 2px dashed var(--accent-3);
--input-background: inherit;
--input-text: white;
--button-background: black;
--button-text: var(--accent-3);
/* Additional Variables */
--string-tags-border: inherit;
--string-tags-tag-background: inherit;
--string-tags-tag-text: inherit;
--string-tags-add-background: inherit;
--string-tags-add-text: var(--accent-3);
}