﻿:root {
    --ivx-brandcolor: rgb(105,85,140);
    --ivx-topcontrolforeground: rgb(51,56,62);
    --ivx-topcontrolbackground: rgb(255,255,255);

    /* tabpage properties*/
    --ivx-tabpage-bordercolor: rgb(105,85,140);
    --ivx-tabitem-active-backgroundcolor: rgba(105,85,140,0.4);
    --ivx-tabitem-active-color: white;
    --ivx-tabitem-active-bordercolor: rgb(105,85,140);
    --ivx-tabitem-inactive-backgroundcolor: white;
    --ivx-tabitem-inactive-color: black;
    --ivx-tabitem-inactive-bordercolor: rgb(100,100,100);

    /* Menuitems properties. */
    --ivx-mainmenu-background: #33383e;
    --ivx-menuitem-background: #33383e;
    --ivx-menuitem-hover: #3e454c;
    --ivx-menuitem-active-bordercolor: rgb(105,85,140);
}
