forked from qt-creator/qt-creator
"Default Flat": Explicit normal and bold toolbar text colors
Nothing changes, but this makes it more manageable. Change-Id: I30879625ae8a46f86499c5f033a3cac129797568 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -8,6 +8,8 @@ text=ff000000
|
|||||||
textDisabled=55000000
|
textDisabled=55000000
|
||||||
toolBarItem=b6fbfdff
|
toolBarItem=b6fbfdff
|
||||||
toolBarItemDisabled=60a4a6a8
|
toolBarItemDisabled=60a4a6a8
|
||||||
|
fancyBarsNormalTextColor=b6fbfdff
|
||||||
|
fancyBarsBoldTextColor=b6fbfdff
|
||||||
hoverBackground=22ffffff
|
hoverBackground=22ffffff
|
||||||
selectedBackground=66000000
|
selectedBackground=66000000
|
||||||
normalBackground=ffffffff
|
normalBackground=ffffffff
|
||||||
@@ -29,7 +31,7 @@ BadgeLabelTextColorUnchecked=ffffffff
|
|||||||
CanceledSearchTextColor=ff0000
|
CanceledSearchTextColor=ff0000
|
||||||
ComboBoxArrowColor=toolBarItem
|
ComboBoxArrowColor=toolBarItem
|
||||||
ComboBoxArrowColorDisabled=toolBarItemDisabled
|
ComboBoxArrowColorDisabled=toolBarItemDisabled
|
||||||
ComboBoxTextColor=toolBarItem
|
ComboBoxTextColor=fancyBarsNormalTextColor
|
||||||
DetailsButtonBackgroundColorHover=b4ffffff
|
DetailsButtonBackgroundColorHover=b4ffffff
|
||||||
DetailsWidgetBackgroundColor=28ffffff
|
DetailsWidgetBackgroundColor=28ffffff
|
||||||
DockWidgetResizeHandleColor=splitter
|
DockWidgetResizeHandleColor=splitter
|
||||||
@@ -46,8 +48,8 @@ FancyToolBarSeparatorColor=toolBarItemDisabled
|
|||||||
FancyTabBarBackgroundColor=shadowBackground
|
FancyTabBarBackgroundColor=shadowBackground
|
||||||
FancyTabWidgetDisabledSelectedTextColor=toolBarItemDisabled
|
FancyTabWidgetDisabledSelectedTextColor=toolBarItemDisabled
|
||||||
FancyTabWidgetDisabledUnselectedTextColor=toolBarItemDisabled
|
FancyTabWidgetDisabledUnselectedTextColor=toolBarItemDisabled
|
||||||
FancyTabWidgetEnabledSelectedTextColor=toolBarItem
|
FancyTabWidgetEnabledSelectedTextColor=fancyBarsBoldTextColor
|
||||||
FancyTabWidgetEnabledUnselectedTextColor=toolBarItem
|
FancyTabWidgetEnabledUnselectedTextColor=fancyBarsBoldTextColor
|
||||||
FancyToolButtonHoverColor=hoverBackground
|
FancyToolButtonHoverColor=hoverBackground
|
||||||
FancyToolButtonSelectedColor=selectedBackground
|
FancyToolButtonSelectedColor=selectedBackground
|
||||||
FutureProgressBackgroundColor=shadowBackground
|
FutureProgressBackgroundColor=shadowBackground
|
||||||
@@ -89,11 +91,11 @@ PanelStatusBarBackgroundColor=shadowBackground
|
|||||||
PanelsWidgetSeparatorLineColor=0
|
PanelsWidgetSeparatorLineColor=0
|
||||||
PanelTextColorDark=text
|
PanelTextColorDark=text
|
||||||
PanelTextColorMid=ff666666
|
PanelTextColorMid=ff666666
|
||||||
PanelTextColorLight=toolBarItem
|
PanelTextColorLight=fancyBarsNormalTextColor
|
||||||
ProgressBarColorError=ffdb6f71
|
ProgressBarColorError=ffdb6f71
|
||||||
ProgressBarColorFinished=dda4d576
|
ProgressBarColorFinished=dda4d576
|
||||||
ProgressBarColorNormal=ff999999
|
ProgressBarColorNormal=ff999999
|
||||||
ProgressBarTitleColor=toolBarItem
|
ProgressBarTitleColor=fancyBarsBoldTextColor
|
||||||
ProgressBarBackgroundColor=a0606060
|
ProgressBarBackgroundColor=a0606060
|
||||||
SplitterColor=splitter
|
SplitterColor=splitter
|
||||||
TextColorDisabled=textDisabled
|
TextColorDisabled=textDisabled
|
||||||
@@ -124,8 +126,8 @@ OutputPanes_TestWarnTextColor=ffd0bb00
|
|||||||
OutputPanes_TestFatalTextColor=ff640000
|
OutputPanes_TestFatalTextColor=ff640000
|
||||||
OutputPanes_TestDebugTextColor=ff329696
|
OutputPanes_TestDebugTextColor=ff329696
|
||||||
OutputPaneButtonFlashColor=ffff0000
|
OutputPaneButtonFlashColor=ffff0000
|
||||||
OutputPaneToggleButtonTextColorChecked=toolBarItem
|
OutputPaneToggleButtonTextColorChecked=fancyBarsNormalTextColor
|
||||||
OutputPaneToggleButtonTextColorUnchecked=toolBarItem
|
OutputPaneToggleButtonTextColorUnchecked=fancyBarsNormalTextColor
|
||||||
|
|
||||||
Debugger_LogWindow_LogInput=ff00acac
|
Debugger_LogWindow_LogInput=ff00acac
|
||||||
Debugger_LogWindow_LogStatus=ff00875a
|
Debugger_LogWindow_LogStatus=ff00875a
|
||||||
|
Reference in New Issue
Block a user