diff --git a/src/Gui/PreferencePacks/CMakeLists.txt b/src/Gui/PreferencePacks/CMakeLists.txt index e7c235b9e0..bd4cb50156 100644 --- a/src/Gui/PreferencePacks/CMakeLists.txt +++ b/src/Gui/PreferencePacks/CMakeLists.txt @@ -5,6 +5,8 @@ SET(PreferencePacks_Files SET(PreferencePacks_Directories "FreeCAD Classic Colors" +"Dark" +"Light" ) ADD_CUSTOM_TARGET(PreferencePacks_data ALL diff --git a/src/Gui/Stylesheets/CMakeLists.txt b/src/Gui/Stylesheets/CMakeLists.txt index 2e07d61990..5ddce5203a 100644 --- a/src/Gui/Stylesheets/CMakeLists.txt +++ b/src/Gui/Stylesheets/CMakeLists.txt @@ -4,14 +4,21 @@ SET(Stylesheets_Files "Dark-blue.qss" "Dark-green.qss" "Dark-orange.qss" + "Dark-pink.qss" "Darker-blue.qss" "Darker-green.qss" "Darker-orange.qss" + "Darker-pink.qss" "Light-blue.qss" "Light-green.qss" "Light-orange.qss" + "Light-pink.qss" "Dark-contrast.qss" "ProDark.qss" + "Dark-modern-green.qss" + "Dark-modern-orange.qss" + "Dark-modern-pink.qss" + "Dark-modern-blue.qss" ) # Find all the image files