forked from qt-creator/qt-creator
I'd like a "flat" style to have a "default" projects mode. This patch introduces a FlatProjectsMode. The painting code of the widgets in the project mode follow that instead of the Theme::WidgetStyle. In the course of it, DoubleTabWidget does not imitate the dummy toolbar anymore, but calls the style painting code, instead. That makes the theme color DoubleTabWidget1stEmptyAreaBackgroundColor obsolete, so that key disappears from the Theme enum and also from the creatorthemes. Change-Id: Ia1479c761f61753d6738a43bbde368bf0b8814b2 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
199 lines
6.5 KiB
Plaintext
199 lines
6.5 KiB
Plaintext
[General]
|
|
ThemeName=dark
|
|
PreferredStyles=Fusion
|
|
DefaultTextEditorColorScheme=dark.xml
|
|
|
|
[Palette]
|
|
shadowBackground=ff232323
|
|
text=ffe7e7e7
|
|
textDisabled=7fffffff
|
|
hoverBackground=ff515151
|
|
selectedBackground=ff151515
|
|
normalBackground=ff333333
|
|
alternateBackground=ff515151
|
|
error=ffff0000
|
|
|
|
[Colors]
|
|
BackgroundColorAlternate=alternateBackground
|
|
BackgroundColorDark=shadowBackground
|
|
BackgroundColorHover=hoverBackground
|
|
BackgroundColorNormal=normalBackground
|
|
BackgroundColorDisabled=ff444444
|
|
BackgroundColorSelected=ff909090
|
|
BadgeLabelBackgroundColorChecked=normalBackground
|
|
BadgeLabelBackgroundColorUnchecked=selectedBackground
|
|
BadgeLabelTextColorChecked=text
|
|
BadgeLabelTextColorUnchecked=text
|
|
CanceledSearchTextColor=ff0000
|
|
ComboBoxArrowColor=text
|
|
ComboBoxArrowColorDisabled=text
|
|
ComboBoxTextColor=text
|
|
DetailsButtonBackgroundColorHover=hoverBackground
|
|
DetailsWidgetBackgroundColor=ff4a4a4a
|
|
DockWidgetResizeHandleColor=shadowBackground
|
|
DoubleTabWidget1stSeparatorColor=hoverBackground
|
|
DoubleTabWidget1stTabActiveTextColor=text
|
|
DoubleTabWidget1stTabBackgroundColor=ff4a4a4a
|
|
DoubleTabWidget1stTabInactiveTextColor=textDisabled
|
|
DoubleTabWidget2ndSeparatorColor=hoverBackground
|
|
DoubleTabWidget2ndTabActiveTextColor=text
|
|
DoubleTabWidget2ndTabBackgroundColor=ff434343
|
|
DoubleTabWidget2ndTabInactiveTextColor=textDisabled
|
|
EditorPlaceholderColor=normalBackground
|
|
FancyToolBarSeparatorColor=43ffffff
|
|
FancyTabBarBackgroundColor=shadowBackground
|
|
FancyTabWidgetDisabledSelectedTextColor=textDisabled
|
|
FancyTabWidgetDisabledUnselectedTextColor=textDisabled
|
|
FancyTabWidgetEnabledSelectedTextColor=text
|
|
FancyTabWidgetEnabledUnselectedTextColor=text
|
|
FancyToolButtonHoverColor=35ffffff
|
|
FancyToolButtonSelectedColor=7effffff
|
|
FutureProgressBackgroundColor=shadowBackground
|
|
IconsBaseColor=ffdcdcdc
|
|
IconsDisabledColor=textDisabled
|
|
IconsInfoColor=ff3099dc
|
|
IconsInfoToolBarColor=ff3099dc
|
|
IconsWarningColor=ffe0b716
|
|
IconsWarningToolBarColor=ffe0b716
|
|
IconsErrorColor=ffd84044
|
|
IconsErrorToolBarColor=ffd84044
|
|
IconsRunColor=ff7fc341
|
|
IconsStopColor=ffe7353b
|
|
IconsDebugColor=ffb8c6ff
|
|
IconsInterruptColor=ff7488db
|
|
IconsNavigationArrowsColor=ffebc322
|
|
IconsBuildHammerHandleColor=ffdd7710
|
|
IconsBuildHammerHeadColor=ff989898
|
|
IconsModeWelcomeActiveColor=ff80c342
|
|
IconsModeEditActiveColor=ff99aaef
|
|
IconsModeDesignActiveColor=ffbb6000
|
|
IconsModeDebugActiveColor=ff99aaef
|
|
IconsModeProjetcsActiveColor=ff80c342
|
|
IconsModeAnalyzeActiveColor=ff43adee
|
|
IconsModeHelpActiveColor=fff4be04
|
|
InfoBarBackground=ff505000
|
|
InfoBarText=text
|
|
MenuBarEmptyAreaBackgroundColor=shadowBackground
|
|
MenuBarItemBackgroundColor=shadowBackground
|
|
MenuBarItemTextColorDisabled=textDisabled
|
|
MenuBarItemTextColorNormal=text
|
|
MenuItemTextColorDisabled=textDisabled
|
|
MenuItemTextColorNormal=text
|
|
MiniProjectTargetSelectorBackgroundColor=shadowBackground
|
|
MiniProjectTargetSelectorBorderColor=shadowBackground
|
|
MiniProjectTargetSelectorSummaryBackgroundColor=shadowBackground
|
|
MiniProjectTargetSelectorTextColor=text
|
|
PanelButtonToolBackgroundColorHover=hoverBackground
|
|
PanelStatusBarBackgroundColor=shadowBackground
|
|
PanelsWidgetSeparatorLineColor=0
|
|
PanelTextColorDark=text
|
|
PanelTextColorMid=ffa0a0a0
|
|
PanelTextColorLight=text
|
|
ProgressBarColorError=error
|
|
ProgressBarColorFinished=ff5aaa3c
|
|
ProgressBarColorNormal=hoverBackground
|
|
ProgressBarTitleColor=text
|
|
SplitterColor=ff313131
|
|
TextColorDisabled=textDisabled
|
|
TextColorError=ffff4040
|
|
TextColorHighlight=ffff0000
|
|
TextColorLink=ff007af4
|
|
TextColorLinkVisited=ffa57aff
|
|
TextColorNormal=text
|
|
TodoItemTextColor=ff000000
|
|
ToggleButtonBackgroundColor=shadowBackground
|
|
ToolBarBackgroundColor=shadowBackground
|
|
TreeViewArrowColorNormal=hoverBackground
|
|
TreeViewArrowColorSelected=text
|
|
|
|
OutputPanes_DebugTextColor=text
|
|
OutputPanes_ErrorMessageTextColor=ffff6c6c
|
|
OutputPanes_MessageOutput=ff008787
|
|
OutputPanes_NormalMessageTextColor=text
|
|
OutputPanes_StdErrTextColor=ffff6666
|
|
OutputPanes_StdOutTextColor=text
|
|
OutputPanes_WarningMessageTextColor=fff3c300
|
|
OutputPaneButtonFlashColor=error
|
|
OutputPaneToggleButtonTextColorChecked=text
|
|
OutputPaneToggleButtonTextColorUnchecked=text
|
|
|
|
Debugger_LogWindow_LogInput=ff00acac
|
|
Debugger_LogWindow_LogStatus=ff00875a
|
|
Debugger_LogWindow_LogTime=ffbf0303
|
|
|
|
Debugger_WatchItem_ValueNormal=text
|
|
Debugger_WatchItem_ValueInvalid=textDisabled
|
|
Debugger_WatchItem_ValueChanged=ffbf0303
|
|
|
|
Debugger_Breakpoint_TextMarkColor=ffff4040
|
|
|
|
Welcome_BackgroundColorNormal=normalBackground
|
|
Welcome_Button_BorderColorNormal=0
|
|
Welcome_Button_BorderColorPressed=0
|
|
Welcome_Button_TextColorNormal=ffe7e7e7
|
|
Welcome_Button_TextColorPressed=ffffffff
|
|
Welcome_Caption_TextColorNormal=ff4acb47
|
|
Welcome_DividerColor=ff232323
|
|
Welcome_Link_BackgroundColor=ff333333
|
|
Welcome_Link_TextColorActive=fff0f0f0
|
|
Welcome_Link_TextColorNormal=text
|
|
Welcome_ProjectItem_BackgroundColorHover=0
|
|
Welcome_ProjectItem_TextColorFilepath=textDisabled
|
|
Welcome_SessionItemExpanded_BackgroundColorHover=hoverBackground
|
|
Welcome_SessionItemExpanded_BackgroundColorNormal=selectedBackground
|
|
Welcome_SessionItem_BackgroundColorHover=hoverBackground
|
|
Welcome_SessionItem_BackgroundColorNormal=0
|
|
Welcome_SideBar_BackgroundColor=ff434343
|
|
Welcome_TextColorHeading=text
|
|
Welcome_TextColorNormal=text
|
|
|
|
VcsBase_FileStatusUnknown_TextColor=text
|
|
VcsBase_FileAdded_TextColor=ff00ff00
|
|
VcsBase_FileModified_TextColor=ff8ee0ff
|
|
VcsBase_FileDeleted_TextColor=fffff6c6c
|
|
VcsBase_FileRenamed_TextColor=ffffa500
|
|
|
|
Bookmarks_TextMarkColor=ff8080ff
|
|
|
|
TextEditor_SearchResult_ScrollBarColor=ff00c000
|
|
TextEditor_CurrentLine_ScrollBarColor=ffffffff
|
|
|
|
ProjectExplorer_TaskError_TextMarkColor=ffff4040
|
|
ProjectExplorer_TaskWarn_TextMarkColor=ffffff40
|
|
|
|
ClangCodeModel_Error_TextMarkColor=ffff882f
|
|
ClangCodeModel_Warning_TextMarkColor=ffceff40
|
|
|
|
[Flags]
|
|
ComboBoxDrawTextShadow=false
|
|
DerivePaletteFromTheme=true
|
|
DrawIndicatorBranch=true
|
|
DrawProgressBarSunken=false
|
|
DrawSearchResultWidgetFrame=false
|
|
DrawTargetSelectorBottom=false
|
|
ApplyThemePaletteGlobally=true
|
|
FlatSideBarIcons=true
|
|
FlatProjectsMode=true
|
|
|
|
[Gradients]
|
|
DetailsWidgetHeaderGradient\1\color=0
|
|
DetailsWidgetHeaderGradient\1\pos=1
|
|
DetailsWidgetHeaderGradient\size=1
|
|
|
|
[ImageFiles]
|
|
IconOverlayCSource=:/cppeditor/images/dark_qt_c.png
|
|
IconOverlayCppHeader=:/cppeditor/images/dark_qt_h.png
|
|
IconOverlayCppSource=:/cppeditor/images/dark_qt_cpp.png
|
|
IconOverlayPrf=:/qtsupport/images/dark_qt_project.png
|
|
IconOverlayPri=:/qtsupport/images/dark_qt_project.png
|
|
IconOverlayPro=:/qtsupport/images/dark_qt_project.png
|
|
StandardPixmapFileIcon=:/core/images/dark_fileicon.png
|
|
StandardPixmapDirIcon=:/core/images/dark_foldericon.png
|
|
BuildStepDisable=:/projectexplorer/images/lightdisabledbuildstep.png
|
|
BuildStepRemove=:/core/images/lightclose.png
|
|
BuildStepMoveDown=:/core/images/lightarrowdown.png
|
|
BuildStepMoveUp=:/core/images/lightarrowup.png
|
|
|
|
[Style]
|
|
WidgetStyle=StyleFlat
|