forked from qt-creator/qt-creator
New themes: Use more token colors
Fixes the dock widget splitter color in Debugger. Uses more toke colors. Change-Id: I38a52f48a049d36898eeffaaa32033c343ec2c05 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -272,7 +272,6 @@ DStoolbarBackground=midnightGrey
|
||||
;DS controls theme END
|
||||
|
||||
DetailsWidgetBackgroundColor=18ffffff
|
||||
DockWidgetResizeHandleColor=splitter
|
||||
IconsCodeModelKeywordColor=ff777777
|
||||
IconsCodeModelClassColor=ffc0b550
|
||||
IconsCodeModelStructColor=ff53b053
|
||||
@@ -285,9 +284,6 @@ IconsCodeModelUniformColor=ff994899
|
||||
IconsCodeModelVaryingColor=ffa08833
|
||||
IconsCodeModelOverlayBackgroundColor=70000000
|
||||
IconsCodeModelOverlayForegroundColor=ffd0d0d0
|
||||
InfoBarBackground=ff505000
|
||||
MiniProjectTargetSelectorBackgroundColor=shadowBackground
|
||||
MiniProjectTargetSelectorBorderColor=shadowBackground
|
||||
TextColorHighlightBackground=7a6f1c
|
||||
|
||||
OutputPanes_DebugTextColor=text
|
||||
@@ -305,7 +301,6 @@ OutputPanes_TestSkipTextColor=ff828282
|
||||
OutputPanes_TestWarnTextColor=ffc8c800
|
||||
OutputPanes_TestFatalTextColor=ffc82828
|
||||
OutputPanes_TestDebugTextColor=ff329696
|
||||
OutputPaneButtonFlashColor=error
|
||||
|
||||
Debugger_LogWindow_LogInput=ff00acac
|
||||
Debugger_LogWindow_LogStatus=ff00875a
|
||||
@@ -335,9 +330,6 @@ VcsBase_FileUnmerged_TextColor=ffff4040
|
||||
|
||||
Bookmarks_TextMarkColor=ff8080ff
|
||||
|
||||
CodeModel_Error_TextMarkColor=error
|
||||
CodeModel_Warning_TextMarkColor=warning
|
||||
|
||||
QmlDesigner_BackgroundColor=qmlDesignerButtonColor
|
||||
QmlDesigner_HighlightColor=ff1d545c
|
||||
QmlDesigner_FormEditorSelectionColor=ff4ba2ff
|
||||
|
@@ -271,7 +271,6 @@ DSBackgroundColorNormal=ffd8d8d8
|
||||
;DS controls theme END
|
||||
|
||||
DetailsWidgetBackgroundColor=28ffffff
|
||||
DockWidgetResizeHandleColor=splitter
|
||||
IconsCodeModelKeywordColor=ff777777
|
||||
IconsCodeModelClassColor=ffc0b550
|
||||
IconsCodeModelStructColor=ff53b053
|
||||
@@ -284,9 +283,6 @@ IconsCodeModelUniformColor=ff994899
|
||||
IconsCodeModelVaryingColor=ffa08833
|
||||
IconsCodeModelOverlayBackgroundColor=70ffffff
|
||||
IconsCodeModelOverlayForegroundColor=ff232425
|
||||
InfoBarBackground=ffffffe1
|
||||
MiniProjectTargetSelectorBackgroundColor=shadowBackground
|
||||
MiniProjectTargetSelectorBorderColor=shadowBackground
|
||||
TextColorHighlightBackground=ffef0b
|
||||
|
||||
OutputPanes_DebugTextColor=text
|
||||
@@ -304,7 +300,6 @@ OutputPanes_TestSkipTextColor=ff787878
|
||||
OutputPanes_TestWarnTextColor=ffd0bb00
|
||||
OutputPanes_TestFatalTextColor=ff640000
|
||||
OutputPanes_TestDebugTextColor=ff329696
|
||||
OutputPaneButtonFlashColor=ffff0000
|
||||
|
||||
Debugger_LogWindow_LogInput=ff00acac
|
||||
Debugger_LogWindow_LogStatus=ff00875a
|
||||
@@ -334,9 +329,6 @@ VcsBase_FileUnmerged_TextColor=ffee0000
|
||||
|
||||
Bookmarks_TextMarkColor=ffa0a0ff
|
||||
|
||||
CodeModel_Error_TextMarkColor=error
|
||||
CodeModel_Warning_TextMarkColor=warning
|
||||
|
||||
QmlDesigner_BackgroundColor=qmlDesignerButtonColor
|
||||
QmlDesigner_HighlightColor=ff46a2da
|
||||
QmlDesigner_FormEditorSelectionColor=ff4ba2ff
|
||||
|
@@ -9,7 +9,10 @@ BadgeLabelBackgroundColorChecked=Token_Background_Default
|
||||
BadgeLabelBackgroundColorUnchecked=Token_Foreground_Muted
|
||||
BadgeLabelTextColorChecked=Token_Text_Default
|
||||
BadgeLabelTextColorUnchecked=Token_Text_Default
|
||||
CodeModel_Error_TextMarkColor=error
|
||||
CodeModel_Warning_TextMarkColor=warning
|
||||
ComboBoxTextColor=Token_Text_Muted
|
||||
DockWidgetResizeHandleColor=Token_Stroke_Subtle
|
||||
EditorPlaceholderColor=Token_Background_Muted
|
||||
FancyTabBarSelectedBackgroundColor=Token_Background_Muted
|
||||
FancyTabWidgetDisabledSelectedTextColor=Token_Text_Subtle
|
||||
@@ -39,12 +42,16 @@ IconsStopColor=Token_Notification_Danger_Default
|
||||
IconsStopToolBarColor=Token_Notification_Danger_Default
|
||||
IconsWarningColor=Token_Notification_Alert_Default
|
||||
IconsWarningToolBarColor=Token_Notification_Alert_Default
|
||||
InfoBarBackground=Token_Notification_Alert_Subtle
|
||||
InfoBarText=Token_Text_Default
|
||||
MenuBarItemTextColorDisabled=Token_Text_Subtle
|
||||
MenuBarItemTextColorNormal=Token_Text_Default
|
||||
MenuItemTextColorDisabled=Token_Text_Subtle
|
||||
MenuItemTextColorNormal=Token_Text_Default
|
||||
MiniProjectTargetSelectorBackgroundColor=Token_Background_Muted
|
||||
MiniProjectTargetSelectorBorderColor=Token_Stroke_Subtle
|
||||
MiniProjectTargetSelectorTextColor=Token_Text_Muted
|
||||
OutputPaneButtonFlashColor=Token_Notification_Danger_Default
|
||||
OutputPaneToggleButtonTextColorChecked=Token_Text_Muted
|
||||
OutputPaneToggleButtonTextColorUnchecked=Token_Text_Muted
|
||||
PaletteAccent=Token_Accent_Default
|
||||
|
Reference in New Issue
Block a user