{ // Basic Theme JSON configuration file // Provides default values and template. // // A path to a css file these values will be inserted to and applied. templatePath: "themes/basic/template.css", fontColor: "#333333", linkColor: "#3F79AA", foregroundBackground: "#FFFFFF", disabledColor: "#999999", disabledBackground: "#CCCCCC", disabledBorderColor: "#CCCCCC", buddySearchBoxBackground: "transparent url('themes/basic/images/SearchBox_buddy.png') repeat-x top left", iconsClose: "transparent url('themes/basic/images/Button_close.png') no-repeat top left", contentHeaderColor: "#666666", warningBorderColor: "#FF9C00", errorBorderColor: "#FF0000", // usage: Notifications that appear and then disappear. // example: IM buddy signs on line growlColor: "#D5DFE8", growlContentBackground: "#5A8DB9", // Masthead mastheadBackground: "#CCCCCC", mastheadColor: "#333333", mastheadHeight: "40px", // Masthead logo logoWidth: "0px", logoBackground: "transparent", // Titlebar titlebarBackground: "#CCCCCC", titlebarColor: "#FFFFFF", // Tab container tabContainerBackground: "#CCCCCC", tabContainerBorderColor: "#9D9D9D", betweenForegroundBackground: "#F5F5F5", // button buttonBorderColor: "#9D9D9D", buttonBackground: "#CCCCCC", // Default Action Button // usage: dialog submit button, form submit buttons // This is the style for the action that will occur if the user submit the // form or dialog by pressing enter. // Or the default action the user will likely take. defaultActionButtonBorderColor: "#9D9D9D", defaultActionButtonBackground: "#CCCCCC", // Toolbar toolbarBorderColor: "#9D9D9D", toolbarBackground: "#F5F5F5", toolbarButtonHoverBorderColor: "#9D9D9D", toolbarButtonHoverBackground: "#EDEDED", // Selected Item selectedItemColor: "#FFFFFF", selectedItemBackground: "#A6A6A6", // Hover Item hoverItemBackground: "#E8E8E8", alternatingItemBackground: "#F5F5F5", // Content Overlay // summary: Used for content which displays on top of the main content area // but does not take the entire screen space. // usage: IM Dialogs, Dialogs, drop down menus, context menus: outer border color contentOverlayBorderColor: "#9D9D9D", borderColor: "#9D9D9D", // Calendars todayBorderColor: "#A6A6A6", dayBorderColor: "#D4D4D4", hourBorderColor: "#D4D4D4", halfhourBorderColor: "#EEEEEE #D4D4D4 #EEEEEE #D4D4D4", // Group Toggle Buttons // a group of buttons where only one can be selected at a time. groupToggleButtonSeparatorBackground: "#CCCCCC", groupToggleButtonColor: "#666666", groupToggleButtonLeftBackground: "#CCCCCC", groupToggleButtonRightBackground: "#CCCCCC", groupToggleButtonCenterBackground: "#CCCCCC", groupToggleButtonHoverColor: "#666666", groupToggleButtonHoverLeftBackground: "#CCCCCC", groupToggleButtonHoverRightBackground: "#CCCCCC", groupToggleButtonHoverCenterBackground: "#CCCCCC", groupToggleButtonSelectedColor: "#666666", groupToggleButtonSelectedLeftBackground: "#CCCCCC", groupToggleButtonSelectedRightBackground: "#CCCCCC", groupToggleButtonSelectedCenterBackground: "#CCCCCC", groupToggleButtonTodayColor: "#666666", groupToggleButtonTodayLeftBackground: "#CCCCCC", groupToggleButtonTodayCenterBackground:"#CCCCCC", groupToggleButtonTodayRightBackground: "#CCCCCC", groupToggleButtonTodayHoverColor: "#666666", groupToggleButtonTodayHoverLeftBackground: "#CCCCCC", groupToggleButtonTodayHoverCenterBackground: "#CCCCCC", groupToggleButtonTodayHoverRightBackground: "#CCCCCC", // Mail Unread Count in service menu serviceNavigatorUnreadCountLeftBackground: "#CCCCCC", serviceNavigatorUnreadCountRightBackground: "#CCCCCC", // Wizard // Usage: Options > Mail > External Accounts > new account wizardStepColor: "#000", wizardStepBackground: "#F5F5F5", wizardStepBorderColor: "#A6A6A6", wizardStepSelectedColor: "#FFF", wizardStepSelectedBackground: "#A6A6A6", wizardStepBeforeSelectedBackground: "#F5F5F5", // Tabs tabUnselectedLeftBackground: "#CCCCCC", tabUnselectedCenterBackground: "#CCCCCC", tabUnselectedRightBackground: "#CCCCCC", tabHoverLeftBackground: "#CCCCCC", tabHoverCenterBackground: "#CCCCCC", tabHoverRightBackground: "#CCCCCC", tabSelectedLeftBackground: "#CCCCCC", tabSelectedCenterBackground: "#CCCCCC", tabSelectedRightBackground: "#CCCCCC", // Taskbar IM taskbarBackground: "#FFFFFF", taskbarButtonBackground: "#CCCCCC", taskbarButtonHoverBackground: "#99999", taskbarButtonSelectedBackground: "#666666", // Service Menu serviceMenuItemBackground: "#CCCCCC", serviceMenuItemColor: "#666666", serviceMenuItemHoverBackground: "#99999", serviceMenuItemHoverColor: "#666666", serviceMenuItemSelectedBackground: "#666666", serviceMenuItemSelectedColor: "#FFFFFF", // Table Header tableHeaderBackground: "#CCCCCC", // Splitter splitterBorderColor: "#9D9D9D", splitterBackground: "#E1E1E1" }