export type SidebarThemeVars = { sidebarWidth?: string; sidebarDisabledColor?: string; sidebarTabFontSize?: string; sidebarTabLineHeight?: string; sidebarTabColor?: string; sidebarTabPadding?: string; sidebarTabBackgroundColor?: string; sidebarTabActiveBackgroundColor?: string; sidebarTabActiveFontWeight?: string; sidebarTabActiveColor?: string; sidebarTabActiveBorderWidth?: string; sidebarTabActiveBorderHeight?: string; sidebarTabActiveBorderColor?: string; sidebarTabActiveActiveBackgroundColor?: string; sidebarTabDisabledColor?: string; sidebarTabDisabledBackgroundColor?: string; };