export interface ThemeSidebar {
    activeItemForeground?: string;
    activeTextColor?: string;
    background?: string;
    hoverItemColor?: string;
    primaryTextColor?: string;
    secondaryTextColor?: string;
}
