:root {
    --accent: #859900;
}

[data-theme="light"] {
    --text: #657b83;
    --background: #fdf6e3;
    --primary: #93a1a1;
    --secondary: #eee8d5;
}

[data-theme="dark"] {
    --text: #839496;
    --background: #002b36;
    --primary: #586e75;
    --secondary: #073642;
}