:root { /* Wallpaper Image */ --wallpaper: url({{wallpaper}}); /* Special */ --background: {{colors.background.hex}}; --foreground: {{colors.foreground.hex}}; /* Palette */ --black: {{colors.palette.black.hex}}; --red: {{colors.palette.red.hex}}; --green: {{colors.palette.green.hex}}; --yellow: {{colors.palette.yellow.hex}}; --blue: {{colors.palette.blue.hex}}; --purple: {{colors.palette.purple.hex}}; --cyan: {{colors.palette.cyan.hex}}; --white: {{colors.palette.white.hex}}; }