/**
 * Dracula Theme for Ktistec
 *
 */

/* What We Do in the Dark */
@media (prefers-color-scheme: dark) {
    :root {
        --text-primary: #f8f8f2;
        --text-primary-inverted: #282a36;
        --text-secondary: #6272a4;
        --text-muted: rgba(98, 114, 164, 0.7);

        --bg-primary: #282a36;
        --bg-hover: rgba(68, 71, 90, 0.5);
        --bg-transparent: rgba(68, 71, 90, 0.63);
        --bg-icon-menu: #44475a;
        --bg-accent-code: #44475a;
        --bg-accent-pre: #44475a;
        --bg-input: #44475a;
        --bg-label: #44475a;

        --border-color: rgba(98, 114, 164, 0.3);

        --anchor-color: #8be9fd;

        --semantic-primary: #bd93f9;
        --semantic-affirmative: #50fa7b;
        --semantic-negative: #ff5555;

        --semantic-dangerous: #ff5555;
        --semantic-dangerous-hover: #ff4444;

        --semantic-info: #9580d6;

        --color-blue: #8be9fd;
        --color-purple: #bd93f9;
        --color-yellow: #f1fa8c;
    }
}
