diff --git a/src/Gui/Stylesheets/Darker-blue.qss b/src/Gui/Stylesheets/Darker-blue.qss index c9316fecce..f9ae666417 100644 --- a/src/Gui/Stylesheets/Darker-blue.qss +++ b/src/Gui/Stylesheets/Darker-blue.qss @@ -1,7 +1,7 @@ /* ABOUT ============================================================================================================ -version 2.21 +version 2.22 Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecadweb.org/). It might work with other software that uses Qt styling. @@ -1165,8 +1165,8 @@ QDateEdit, QDateTimeEdit { color: #bebebe; background-color: #2a2a2a; - selection-color: #cbd8e6; - selection-background-color: #2053c0; + selection-color: white; + selection-background-color: #1b3774 ; border: 1px solid #2a2a2a; border-radius: 3px; min-width: 50px; /* it ensures the default value is correctly displayed */ diff --git a/src/Gui/Stylesheets/Darker-green.qss b/src/Gui/Stylesheets/Darker-green.qss index 688a404552..4d67800e87 100644 --- a/src/Gui/Stylesheets/Darker-green.qss +++ b/src/Gui/Stylesheets/Darker-green.qss @@ -1,7 +1,7 @@ /* ABOUT ============================================================================================================ -version 2.21 +version 2.22 Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecadweb.org/). It might work with other software that uses Qt styling. @@ -1165,8 +1165,8 @@ QDateEdit, QDateTimeEdit { color: #bebebe; background-color: #2a2a2a; - selection-color: #dadfc5; - selection-background-color: #74831d; + selection-color: white; + selection-background-color: #566214 ; border: 1px solid #2a2a2a; border-radius: 3px; min-width: 50px; /* it ensures the default value is correctly displayed */ diff --git a/src/Gui/Stylesheets/Darker-orange.qss b/src/Gui/Stylesheets/Darker-orange.qss index e71752ce80..7b6213dc07 100644 --- a/src/Gui/Stylesheets/Darker-orange.qss +++ b/src/Gui/Stylesheets/Darker-orange.qss @@ -1,7 +1,7 @@ /* ABOUT ============================================================================================================ -version 2.21 +version 2.22 Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecadweb.org/). It might work with other software that uses Qt styling. @@ -1165,8 +1165,8 @@ QDateEdit, QDateTimeEdit { color: #bebebe; background-color: #2a2a2a; - selection-color: #e3d8b9; - selection-background-color: #b28416; + selection-color: white; + selection-background-color: #624b14 ; border: 1px solid #2a2a2a; border-radius: 3px; min-width: 50px; /* it ensures the default value is correctly displayed */