No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
/*--color-surface-2: #e1e1e0;*/ | /*--color-surface-2: #e1e1e0;*/ | ||
/* Based on resonite | /* Based on resonite Mid Colors */ | ||
/* Cyan */ | /* Cyan*/ | ||
--color-primary: # | --color-primary: #458fab; | ||
/* Red */ | /* Red */ | ||
--color-destructive: # | --color-destructive: #ae5458; | ||
/* Green */ | /* Green */ | ||
--color-success: # | --color-success: #3f9e44; | ||
/* Orange */ | /* Orange */ | ||
--color-warning: # | --color-warning: #a0a14e; | ||
} | } |
Revision as of 22:44, 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*/
--color-primary: #458fab;
/* Red */
--color-destructive: #ae5458;
/* Green */
--color-success: #3f9e44;
/* Orange */
--color-warning: #a0a14e;
}