diff --git a/resources/PreciousDarkEleven.theme.json b/resources/PreciousDarkEleven.theme.json index e035100..3dee7dd 100755 --- a/resources/PreciousDarkEleven.theme.json +++ b/resources/PreciousDarkEleven.theme.json @@ -108,6 +108,12 @@ "iconHoverAlpha": "" }, "Button": { + "Split": { + "default": { + "iconColor": "white", + "separatorColor": "#48689c" + } + }, "arc": "", "background": "panel", "default": { @@ -226,9 +232,9 @@ "Variables": { "changedValueForeground": "#68b0ee", "collectingDataForeground": "grey04", - "errorMessageForeground": "#ff8782", + "errorMessageForeground": "#ff8882", "evaluatingExpressionForeground": "grey04", - "exceptionForeground": "#ff8782", + "exceptionForeground": "#ff8882", "modifyingValueForeground": "#68b0ee", "typeForeground": "grey02", "valueForeground": "#d8a6a2" @@ -299,7 +305,7 @@ "Gray": "grey14", "Green": "#232c24", "Orange": "#302824", - "Rose": "#322727", + "Rose": "#312727", "Violet": "#2b2934", "Yellow": "#2c2a21" }, @@ -373,7 +379,7 @@ "background": "panel", "disabledForeground": "disabledForeground", "disabledText": "disabledForeground", - "errorForeground": "#ff8782", + "errorForeground": "#ff8882", "foreground": "foreground", "infoForeground": "infoPanelForeground", "selectedForeground": "foreground", @@ -418,6 +424,9 @@ "selectionInactiveBackground": "grey11", "selectionInactiveForeground": "foreground" }, + "MainMenu": { + "transparentSelectionBackground": "selectionBackground" + }, "MainToolbar": { "Dropdown": { "maxWidth": "" @@ -426,6 +435,9 @@ "separatorColor": "" }, "MainWindow": { + "FullScreeControl": { + "Background": "#88888d" + }, "Tab": { "background": "grey12", "borderColor": "grey09", @@ -600,6 +612,7 @@ "eapTagBackground": "#47302f", "hoverBackground": "#20272f", "lightSelectionBackground": "#20272f", + "suggestedLabelBackground": "#2b3b2e", "tagBackground": "grey14", "tagForeground": "infoPanelForeground" }, @@ -670,8 +683,8 @@ }, "ProgressBar": { "background": "panel", - "failedColor": "#db6864", - "failedEndColor": "#863735", + "failedColor": "#da6864", + "failedEndColor": "#853735", "foreground": "foreground", "indeterminateEndColor": "#4e8fcf", "indeterminateStartColor": "#385371", @@ -684,6 +697,9 @@ "warningColor": "#ae861c", "warningEndColor": "#614f28" }, + "ProgressIcon": { + "color": "#595d6a" + }, "RadioButton": { "background": "panel", "disabledText": "disabledForeground", @@ -713,9 +729,11 @@ "RunWidget": { "foreground": "black", "hoverBackground": "#b8b7b619", + "iconColor": "white", "pressedBackground": "#b8b7b628", - "runModeIconColor": "#5b8b3d", - "runningBackground": "#6b9b4e", + "runIconColor": "#5b8b3d", + "runningBackground": "#708627", + "runningIconColor": "white", "stopBackground": "#d86a65" }, "ScrollBar": { @@ -787,7 +805,7 @@ }, "SearchField": { "errorBackground": "#4b2f2d", - "errorForeground": "#ff8782" + "errorForeground": "#ff8882" }, "SearchMatch": { "endBackground": "#9bb553b3", @@ -832,7 +850,7 @@ "SpeedSearch": { "background": "contentBackground", "borderColor": "border", - "errorForeground": "#ff8782", + "errorForeground": "#ff8882", "foreground": "foreground" }, "Spinner": { @@ -1032,7 +1050,8 @@ "arc": "" }, "background": "contentBackground", - "errorForeground": "#ff8782", + "errorForeground": "#ff8882", + "forceFocusedSelectionForeground": false, "foreground": "foreground", "hash": "grey13", "hoverBackground": "#20272f", @@ -1053,7 +1072,7 @@ } }, "ValidationTooltip": { - "errorBackground": "#322727", + "errorBackground": "#312727", "errorBorderColor": "#774745", "warningBackground": "#2c2922", "warningBorderColor": "#635231" @@ -1117,6 +1136,11 @@ "Details": { "background": "white" }, + "LearnTab": { + "CourseCard": { + "hover": "" + } + }, "Projects": { "actions": { "background": "#222e3a", diff --git a/resources/PreciousDarkFifteen.theme.json b/resources/PreciousDarkFifteen.theme.json index 26bbdaf..5b71f0a 100755 --- a/resources/PreciousDarkFifteen.theme.json +++ b/resources/PreciousDarkFifteen.theme.json @@ -108,6 +108,12 @@ "iconHoverAlpha": "" }, "Button": { + "Split": { + "default": { + "iconColor": "white", + "separatorColor": "#4b6ca2" + } + }, "arc": "", "background": "panel", "default": { @@ -226,9 +232,9 @@ "Variables": { "changedValueForeground": "#66b0ef", "collectingDataForeground": "grey04", - "errorMessageForeground": "#ff8782", + "errorMessageForeground": "#ff8882", "evaluatingExpressionForeground": "grey04", - "exceptionForeground": "#ff8782", + "exceptionForeground": "#ff8882", "modifyingValueForeground": "#66b0ef", "typeForeground": "grey02", "valueForeground": "#d9a8a2" @@ -299,7 +305,7 @@ "Gray": "grey14", "Green": "#2a342e", "Orange": "#37302e", - "Rose": "#392f31", + "Rose": "#382f31", "Violet": "#32303e", "Yellow": "#33322b" }, @@ -373,7 +379,7 @@ "background": "panel", "disabledForeground": "disabledForeground", "disabledText": "disabledForeground", - "errorForeground": "#ff8782", + "errorForeground": "#ff8882", "foreground": "foreground", "infoForeground": "infoPanelForeground", "selectedForeground": "foreground", @@ -418,6 +424,9 @@ "selectionInactiveBackground": "grey11", "selectionInactiveForeground": "foreground" }, + "MainMenu": { + "transparentSelectionBackground": "selectionBackground" + }, "MainToolbar": { "Dropdown": { "maxWidth": "" @@ -426,6 +435,9 @@ "separatorColor": "" }, "MainWindow": { + "FullScreeControl": { + "Background": "#8c8c91" + }, "Tab": { "background": "grey12", "borderColor": "grey09", @@ -600,6 +612,7 @@ "eapTagBackground": "#4e3738", "hoverBackground": "#272f39", "lightSelectionBackground": "#272f39", + "suggestedLabelBackground": "#314237", "tagBackground": "grey14", "tagForeground": "infoPanelForeground" }, @@ -670,8 +683,8 @@ }, "ProgressBar": { "background": "panel", - "failedColor": "#dd6a66", - "failedEndColor": "#8c3d3b", + "failedColor": "#dc6a66", + "failedEndColor": "#8b3d3b", "foreground": "foreground", "indeterminateEndColor": "#4f91d2", "indeterminateStartColor": "#3c5978", @@ -684,6 +697,9 @@ "warningColor": "#b08824", "warningEndColor": "#665530" }, + "ProgressIcon": { + "color": "#5e6371" + }, "RadioButton": { "background": "panel", "disabledText": "disabledForeground", @@ -713,9 +729,11 @@ "RunWidget": { "foreground": "black", "hoverBackground": "#bab9b619", + "iconColor": "white", "pressedBackground": "#bab9b628", - "runModeIconColor": "#5e8e41", - "runningBackground": "#6d9d51", + "runIconColor": "#5e8e41", + "runningBackground": "#73892d", + "runningIconColor": "white", "stopBackground": "#da6c67" }, "ScrollBar": { @@ -787,7 +805,7 @@ }, "SearchField": { "errorBackground": "#523636", - "errorForeground": "#ff8782" + "errorForeground": "#ff8882" }, "SearchMatch": { "endBackground": "#9bb555b3", @@ -832,7 +850,7 @@ "SpeedSearch": { "background": "contentBackground", "borderColor": "border", - "errorForeground": "#ff8782", + "errorForeground": "#ff8882", "foreground": "foreground" }, "Spinner": { @@ -1032,7 +1050,8 @@ "arc": "" }, "background": "contentBackground", - "errorForeground": "#ff8782", + "errorForeground": "#ff8882", + "forceFocusedSelectionForeground": false, "foreground": "foreground", "hash": "grey13", "hoverBackground": "#272f39", @@ -1053,7 +1072,7 @@ } }, "ValidationTooltip": { - "errorBackground": "#392f31", + "errorBackground": "#382f31", "errorBorderColor": "#7c4d4b", "warningBackground": "#33312c", "warningBorderColor": "#685838" @@ -1117,6 +1136,11 @@ "Details": { "background": "white" }, + "LearnTab": { + "CourseCard": { + "hover": "" + } + }, "Projects": { "actions": { "background": "#283544", diff --git a/resources/PreciousLightWarm.theme.json b/resources/PreciousLightWarm.theme.json index c7e31f6..6e99d72 100755 --- a/resources/PreciousLightWarm.theme.json +++ b/resources/PreciousLightWarm.theme.json @@ -108,6 +108,12 @@ "iconHoverAlpha": "" }, "Button": { + "Split": { + "default": { + "iconColor": "white", + "separatorColor": "#85a8df" + } + }, "arc": "", "background": "panel", "default": { @@ -418,6 +424,9 @@ "selectionInactiveBackground": "grey11", "selectionInactiveForeground": "foreground" }, + "MainMenu": { + "transparentSelectionBackground": "selectionBackground" + }, "MainToolbar": { "Dropdown": { "maxWidth": "" @@ -426,6 +435,9 @@ "separatorColor": "" }, "MainWindow": { + "FullScreeControl": { + "Background": "#7b7d82" + }, "Tab": { "background": "grey12", "borderColor": "grey09", @@ -600,6 +612,7 @@ "eapTagBackground": "#f4d1c5", "hoverBackground": "#eeece6", "lightSelectionBackground": "#eeece6", + "suggestedLabelBackground": "#d2dcc4", "tagBackground": "grey14", "tagForeground": "infoPanelForeground" }, @@ -684,6 +697,9 @@ "warningColor": "#a27f2c", "warningEndColor": "#ceba90" }, + "ProgressIcon": { + "color": "#a9abb5" + }, "RadioButton": { "background": "panel", "disabledText": "disabledForeground", @@ -713,9 +729,11 @@ "RunWidget": { "foreground": "black", "hoverBackground": "#4e535919", + "iconColor": "white", "pressedBackground": "#4e535928", - "runModeIconColor": "#709f56", - "runningBackground": "#638f49", + "runIconColor": "#709f56", + "runningBackground": "#849b42", + "runningIconColor": "white", "stopBackground": "#cb635e" }, "ScrollBar": { @@ -1033,6 +1051,7 @@ }, "background": "contentBackground", "errorForeground": "#b14645", + "forceFocusedSelectionForeground": false, "foreground": "foreground", "hash": "grey13", "hoverBackground": "#eeece6", @@ -1117,6 +1136,11 @@ "Details": { "background": "white" }, + "LearnTab": { + "CourseCard": { + "hover": "" + } + }, "Projects": { "actions": { "background": "#dfe5e8", diff --git a/resources/PreciousLightWhite.theme.json b/resources/PreciousLightWhite.theme.json index cc79245..2761e8f 100755 --- a/resources/PreciousLightWhite.theme.json +++ b/resources/PreciousLightWhite.theme.json @@ -108,6 +108,12 @@ "iconHoverAlpha": "" }, "Button": { + "Split": { + "default": { + "iconColor": "white", + "separatorColor": "#84abeb" + } + }, "arc": "", "background": "panel", "default": { @@ -418,6 +424,9 @@ "selectionInactiveBackground": "grey11", "selectionInactiveForeground": "foreground" }, + "MainMenu": { + "transparentSelectionBackground": "selectionBackground" + }, "MainToolbar": { "Dropdown": { "maxWidth": "" @@ -426,6 +435,9 @@ "separatorColor": "" }, "MainWindow": { + "FullScreeControl": { + "Background": "#808186" + }, "Tab": { "background": "grey12", "borderColor": "grey09", @@ -600,6 +612,7 @@ "eapTagBackground": "#f6d9d6", "hoverBackground": "#eef5fd", "lightSelectionBackground": "#eef5fd", + "suggestedLabelBackground": "#d4e4d4", "tagBackground": "grey14", "tagForeground": "infoPanelForeground" }, @@ -684,6 +697,9 @@ "warningColor": "#a4812e", "warningEndColor": "#d1bf9a" }, + "ProgressIcon": { + "color": "#acb1c1" + }, "RadioButton": { "background": "panel", "disabledText": "disabledForeground", @@ -713,9 +729,11 @@ "RunWidget": { "foreground": "black", "hoverBackground": "#55555519", + "iconColor": "white", "pressedBackground": "#55555528", - "runModeIconColor": "#73a159", - "runningBackground": "#65914b", + "runIconColor": "#73a159", + "runningBackground": "#869d45", + "runningIconColor": "white", "stopBackground": "#ca6762" }, "ScrollBar": { @@ -1033,6 +1051,7 @@ }, "background": "contentBackground", "errorForeground": "#ae4947", + "forceFocusedSelectionForeground": false, "foreground": "foreground", "hash": "grey13", "hoverBackground": "#eef5fd", @@ -1117,6 +1136,11 @@ "Details": { "background": "white" }, + "LearnTab": { + "CourseCard": { + "hover": "" + } + }, "Projects": { "actions": { "background": "#dfeefd", diff --git a/resources/editor/PreciousDarkEleven.xml b/resources/editor/PreciousDarkEleven.xml index 9cbe8fb..2fd4910 100644 --- a/resources/editor/PreciousDarkEleven.xml +++ b/resources/editor/PreciousDarkEleven.xml @@ -16,7 +16,7 @@ @@ -318,7 +318,7 @@ @@ -728,7 +728,7 @@ @@ -1706,7 +1706,7 @@ @@ -2399,7 +2399,7 @@ @@ -318,7 +318,7 @@ @@ -728,7 +728,7 @@ @@ -2399,7 +2399,7 @@