diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml index 65cc7f3cfcd..dfba7236bf6 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml @@ -124,4 +124,9 @@ QtObject { // Taken out of Constants.js property string themeChangedStateText: Theme.color(Theme.DSchangedStateText) + + // 3D + property string theme3DAxisXColor: Theme.color(Theme.DS3DAxisXColor) + property string theme3DAxisYColor: Theme.color(Theme.DS3DAxisYColor) + property string theme3DAxisZColor: Theme.color(Theme.DS3DAxisZColor) } diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme index fa4a6ab330a..944256eeeaa 100644 --- a/share/qtcreator/themes/dark.creatortheme +++ b/share/qtcreator/themes/dark.creatortheme @@ -57,6 +57,9 @@ DScontrolBackgroundInteraction=ff4d4d4d DStranslationIndicatorBorder=ff7f7f7f DSsectionHeadBackground=ff424242 DSchangedStateText=ff99ccff +DS3DAxisXColor=ffe00000 +DS3DAxisYColor=ff009900 +DS3DAxisZColor=ff6060ff ;DS controls theme END BackgroundColorAlternate=alternateBackground diff --git a/share/qtcreator/themes/default.creatortheme b/share/qtcreator/themes/default.creatortheme index 8686733ab4d..2710025524c 100644 --- a/share/qtcreator/themes/default.creatortheme +++ b/share/qtcreator/themes/default.creatortheme @@ -48,6 +48,9 @@ DScontrolBackgroundInteraction=ff4d4d4d DStranslationIndicatorBorder=ff7f7f7f DSsectionHeadBackground=ff424242 DSchangedStateText=ff99ccff +DS3DAxisXColor=ffe00000 +DS3DAxisYColor=ff009900 +DS3DAxisZColor=ff6060ff ;DS controls theme END BackgroundColorAlternate=ff3d3d3d diff --git a/share/qtcreator/themes/design-light.creatortheme b/share/qtcreator/themes/design-light.creatortheme index 788b4680eb8..ef52ec12cd2 100644 --- a/share/qtcreator/themes/design-light.creatortheme +++ b/share/qtcreator/themes/design-light.creatortheme @@ -61,6 +61,9 @@ DScontrolBackgroundInteraction=ff777777 DStranslationIndicatorBorder=ffebebeb DSsectionHeadBackground=ffebebeb DSchangedStateText=ff99ccff +DS3DAxisXColor=ffff0000 +DS3DAxisYColor=ff00A000 +DS3DAxisZColor=ff0000ff ;DS controls theme END BackgroundColorAlternate=alternateBackground diff --git a/share/qtcreator/themes/design.creatortheme b/share/qtcreator/themes/design.creatortheme index 914a717bdfa..996befe8911 100644 --- a/share/qtcreator/themes/design.creatortheme +++ b/share/qtcreator/themes/design.creatortheme @@ -61,6 +61,9 @@ DScontrolBackgroundInteraction=ff404040 DStranslationIndicatorBorder=ff7f7f7f DSsectionHeadBackground=ff191919 DSchangedStateText=ff99ccff +DS3DAxisXColor=ffd00000 +DS3DAxisYColor=ff009900 +DS3DAxisZColor=ff5050ff ;DS controls theme END BackgroundColorAlternate=alternateBackground diff --git a/share/qtcreator/themes/flat-dark.creatortheme b/share/qtcreator/themes/flat-dark.creatortheme index 1df02cd4631..89150801ff4 100644 --- a/share/qtcreator/themes/flat-dark.creatortheme +++ b/share/qtcreator/themes/flat-dark.creatortheme @@ -61,6 +61,9 @@ DScontrolBackgroundInteraction=ff4d4d4d DStranslationIndicatorBorder=ff7f7f7f DSsectionHeadBackground=ff424242 DSchangedStateText=ff99ccff +DS3DAxisXColor=ffe00000 +DS3DAxisYColor=ff009900 +DS3DAxisZColor=ff6060ff ;DS controls theme END BackgroundColorAlternate=alternateBackground diff --git a/share/qtcreator/themes/flat-light.creatortheme b/share/qtcreator/themes/flat-light.creatortheme index b8b4e7eabd8..9c07ef1f6e7 100644 --- a/share/qtcreator/themes/flat-light.creatortheme +++ b/share/qtcreator/themes/flat-light.creatortheme @@ -57,6 +57,9 @@ DScontrolBackgroundInteraction=ff777777 DStranslationIndicatorBorder=ffebebeb DSsectionHeadBackground=ffebebeb DSchangedStateText=ff99ccff +DS3DAxisXColor=ffff0000 +DS3DAxisYColor=ff00A000 +DS3DAxisZColor=ff0000ff ;DS controls theme END BackgroundColorAlternate=alternateBackground diff --git a/share/qtcreator/themes/flat.creatortheme b/share/qtcreator/themes/flat.creatortheme index e80a8d85f1f..2565972643e 100644 --- a/share/qtcreator/themes/flat.creatortheme +++ b/share/qtcreator/themes/flat.creatortheme @@ -55,6 +55,9 @@ DScontrolBackgroundInteraction=ff4d4d4d DStranslationIndicatorBorder=ff7f7f7f DSsectionHeadBackground=ff424242 DSchangedStateText=ff99ccff +DS3DAxisXColor=ffe00000 +DS3DAxisYColor=ff009900 +DS3DAxisZColor=ff6060ff ;DS controls theme END BackgroundColorAlternate=alternateBackground diff --git a/src/libs/utils/theme/theme.h b/src/libs/utils/theme/theme.h index e0f6e9cdb97..21ecc007c5b 100644 --- a/src/libs/utils/theme/theme.h +++ b/src/libs/utils/theme/theme.h @@ -342,7 +342,10 @@ public: DScontrolBackgroundInteraction, DStranslationIndicatorBorder, DSsectionHeadBackground, - DSchangedStateText + DSchangedStateText, + DS3DAxisXColor, + DS3DAxisYColor, + DS3DAxisZColor }; enum Gradient {