No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
/* Based on resonite Mid Colors */ | /* Based on resonite Mid Colors */ | ||
/* Cyan*/ | /* Cyan Hero*/ | ||
--color-primary: # | --color-primary: #61d1fa; | ||
/* Red */ | /* Red Mid*/ | ||
--color-destructive: #ae5458; | --color-destructive: #ae5458; | ||
/* Green */ | /* Green Mid */ | ||
--color-success: #3f9e44; | --color-success: #3f9e44; | ||
/* Orange */ | /* Orange Mid */ | ||
--color-warning: #a0a14e; | --color-warning: #a0a14e; | ||
} | } |
Revision as of 22:50, 15 January 2024
/* All CSS here will be loaded for users of the Citizen skin */
/* Dark Mode Only*/
:root.skin-citizen-dark {
/* Based on Resonite Neutrals*/
/* Dark */
--color-surface-0: #11151d;
/* Neutrals: Mid */
--color-surface-1: #2b2f35;
/* Neutrals: Light (disabled for now Prime needs to talk to Chroma) */
/*--color-surface-2: #e1e1e0;*/
/* Based on resonite Mid Colors */
/* Cyan Hero*/
--color-primary: #61d1fa;
/* Red Mid*/
--color-destructive: #ae5458;
/* Green Mid */
--color-success: #3f9e44;
/* Orange Mid */
--color-warning: #a0a14e;
}