
:root {
    --content-bg-color: #121212;
    --header-bg: #262626;
    --footer-bg: #262626;
    --surface-bg: #333333;
    --surface-raised-bg: #444444;
    --text-primary: #ffffff;
    --text-muted: #b8b8b8;
    --accent-color: #da6fd4;
    --accent-strong: #d51ac3;
    --footer-link: #da6fd4;
    --composer-bg: #333333;
    --border-color: #4a4a4a;
    --scrollbar-thumb: #333333;
    --sidebar-bg: #212121;
    --plum-accent: #d51ac3;
    --msg-status-read: #da6fd4;
    --btn-muted-bg: #666666;
    --btn-accent-bg: #d51ac3;
    --item-active-bg: #666666;
    --item-hover-bg: #555555;
    --input-bg: #555555;
    --modal-bg: #333333;
    --ctx-menu-bg: #2f2f2f;
    --ctx-menu-hover: #555555;
    --msg-bubble-mine: #444444;
    --msg-bubble-other: #444444;
    --status-online: #65c03a;
    --top-bar-bg: #444444;
}
