No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* 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; | --color-surface-0: #11151d; | ||
/* Neutrals: Mid */ | |||
--color-surface-1: #2b2f35; | --color-surface-1: #2b2f35; | ||
/* Neutrals: Light (disabled for now Prime needs to talk to Chroma) */ | |||
/*--color-surface-2: #e1e1e0;*/ | /*--color-surface-2: #e1e1e0;*/ | ||
/* Based on resonite Hero Colors */ | |||
/* Cyan */ | |||
--color-primary: #61d1fa; | |||
/* Red */ | |||
--color-destructive: #ff7676; | |||
/* Green */ | |||
--color-success: #59eb5c; | |||
/* Orange */ | |||
--color-warning: #e69e50; | |||
} | } |
Revision as of 05:02, 14 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 Hero Colors */
/* Cyan */
--color-primary: #61d1fa;
/* Red */
--color-destructive: #ff7676;
/* Green */
--color-success: #59eb5c;
/* Orange */
--color-warning: #e69e50;
}