@mussonindustrial/pyro-mui-joy
Version:
A port of Material UI Joy Theme for Ignition by Inductive Automation
16 lines (14 loc) • 476 B
CSS
@import '../light/variables.css';
:root {
/* Neutrals */
--neutral-10: #f2f4f8; /* cool-10 */
--neutral-20: #dde1e6; /* cool-20 */
--neutral-30: #c1c7cd; /* cool-30 */
--neutral-40: #a2a9b0; /* cool-40 */
--neutral-50: #878d96; /* cool-50 */
--neutral-60: #697077; /* cool-60 */
--neutral-70: #4d5358; /* cool-70 */
--neutral-80: #343a3f; /* cool-80 */
--neutral-90: #21272a; /* cool-90 */
--neutral-100: #121619; /* cool-100 */
}