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