This repository contains FreeCAD macro that attempt to make Freecad look more like a modern CAD system. Mainly the colors and the general look are changed, the interaction of the colors was important to me. The script also changes some other parameters that are standard on modern computers. If you don't want them, you can simply delete them from the script. The panel layout is also changed, so the newly activated treeview is on the left side and the comboview is fixed on the right side. All toolbars of the workbenches are displayed on top, but some are disabled to improve the overview.
Copy the modern-config.py
in to your FreeCAD macro folder.
Execute the macro from FreeCAD. If you need help, look at: https://wiki.freecadweb.org/How_to_install_macros
The macro mostly change colors and some minor settings. Backup of your old user.cfg will be created automatically as user_backup.cfg in the same directory. If you will reset your config, just delete %appdata%\FreeCAD\config.cfg and rename config_backup.cfg to config.cfg.
C:\Users\username\AppData\Roaming\FreeCAD\Macro
or with environment variable:
%appdata%\FreeCAD\Macro
~/.FreeCAD/Macro