html[data-ws-theme="retro-gamer"] {
    color-scheme: dark;
    --ws-font-family: "Courier New", ui-monospace, monospace;
    --ws-font-size: 13px;

    --ws-bg: #101010;
    --ws-surface: #202020;
    --ws-surface-2: #2b2b2b;
    --ws-surface-3: #353535;
    --ws-overlay: rgba(0,0,0,.70);

    --ws-text: #ffffff;
    --ws-text-muted: #bdbdbd;
    --ws-link: #00e5ff;

    --ws-primary: #e60012;
    --ws-primary-hover: #ff2335;
    --ws-primary-text: #ffffff;

    --ws-success: #00d26a;
    --ws-warning: #ffd400;
    --ws-danger: #ff3158;
    --ws-info: #00e5ff;

    --ws-border: #ffffff;
    --ws-border-strong: #ffffff;
    --ws-input-bg: #111111;
    --ws-input-text: #ffffff;
    --ws-control-bg: #202020;
    --ws-control-hover: #303030;
    --ws-control-active: #111111;
    --ws-focus: rgba(255,255,255,.25);

    --ws-radius: 0;
    --ws-radius-lg: 0;
    --ws-shadow: 4px 4px 0 #000, 0 0 0 4px #fff;
    --ws-shadow-soft: 3px 3px 0 #000;
    --ws-inset-shadow: inset 0 0 0 3px #000;

    --ws-titlebar-bg: #e60012;
    --ws-titlebar-text: #ffffff;
    --ws-titlebar-inactive: #5e5e5e;
    --ws-window-border: 4px solid #ffffff;
    --ws-window-padding: 4px;

    --ws-sidebar-bg: #101010;
    --ws-sidebar-text: #fff;
    --ws-sidebar-link: #fff;
    --ws-sidebar-link-hover: #303030;
    --ws-sidebar-link-active: #e60012;
    --ws-sidebar-link-active-text: #fff;
    --ws-topbar-bg: #101010;
    --ws-topbar-border: #fff;
}

html[data-ws-theme="retro-gamer"] .ws-window,
html[data-ws-theme="retro-gamer"] .card,
html[data-ws-theme="retro-gamer"] .btn,
html[data-ws-theme="retro-gamer"] .form-control,
html[data-ws-theme="retro-gamer"] .form-select {
    image-rendering: pixelated;
}
