.theme-dark {
    --color-main-background: #181818;
    --color-main-text: #d8d8d8;
    --color-muted-text: #8c8c8c;
    --color-header-background: #1f1f1f;
    --color-card-background: #1b1f2a;
    --color-drawer-background: #202020;
    --color-border: #292929;
    --color-border-strong: #646464;
    --color-media-text: #aeb6d4;
    --color-table-stripe: rgba(255, 255, 255, 0.03);

    --color-primary-element: #00679e;
    --color-primary-element-light: #0b3d65;

    --color-button-primary-bg: var(--color-primary-element);
    --color-button-primary-text: #ffffff;
    --color-button-secondary-bg: #181818;
    --color-button-secondary-border: #292929;
    --color-button-secondary-text: #d8d8d8;
    --color-button-ghost-bg: #0b3d65;
    --color-button-ghost-text: #d8d8d8;

    --color-success: #2d7b41;
    --color-warning: #a37200;
    --color-error: #db0606;
    --color-info: #0071ad;
}
