Removed Freecad and colors from the classic theme.

Otherwise if you keep naming the same you'll get "Freecad Dark colors" and "Freecad light colors" now it is:
Dark
Light
Classic
This commit is contained in:
Haas
2023-06-05 20:14:25 +02:00
parent 88850f9da8
commit fc1f101882
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ SET(PreferencePacks_Files
)
SET(PreferencePacks_Directories
"FreeCAD Classic Colors"
"Classic"
"Dark"
"Light"
)

View File

@@ -9,7 +9,7 @@
<content>
<preferencepack>
<name>Classic Colors</name>
<name>Classic</name>
<description>FreeCAD default colors for core app and included Mods.</description>
<version>1.0.0</version>
<tag>built-in</tag>