diff --git a/configuration.ts b/configuration.ts index b638849..05263ef 100644 --- a/configuration.ts +++ b/configuration.ts @@ -39,17 +39,24 @@ export const window = { minHeight: 400, } +////////////////////// +// Sidebar // +////////////////////// +export const tabs = { + customOrder: false, +} + //////////////////// // Theme // //////////////////// export const sidebar = { headerFontSize: "14px", tabFontSize: "16px", - tabHeight: "24px", - tabPositions: "Normal", // "Normal" "Centered" - size: "Normal", // "Normal" "Compact" - enableToggle: false, - enableSearch: false, + tabVerticalPadding: "12px", + tabPositions: "normal", // "normal" "centered" + size: "normal", // "normal" "compact" + enableBells: false, + enableToggle: true, } export const splash = {