@import url(shitech-base.css);

:root {
    --theme-bg: #341c3b;
    --theme-bg-hl-0: rgba(200, 66, 207, 0.135);
    --theme-bg-hl-1: rgba(200, 66, 207, 0.27);
    --theme-bg-hl-2: rgba(153, 66, 207, 0.713);
    --theme-bg-bar: rgb(75, 28, 105);
    --theme-bg-bar-tp-1: rgba(75, 28, 105, 0.303);
    --theme-bg-bar-tp-2: rgba(75, 28, 105, 0.531);
    --theme-fg: rgb(228, 209, 226);
    --theme-fg-dp: rgb(203, 180, 188);
    --theme-link: rgb(176, 87, 248);
    --theme-table-cover: rgba(0,0,0,0.26);
    --theme-bg-popup: #130a15;
    --theme-btn: rgb(75, 28, 105);
    --theme-btn-hv: rgba(200, 66, 207, 0.27);
    --theme-btn-ac: rgba(153, 66, 207, 0.713);

    --theme-logo-tint-hue: 273deg;
    --theme-logo-tint-saturation: 92%;
    --theme-logo-tint-lightness: 135.4%;
}
