Is there a way to change the default colours of the elements in schematic?
The chapter is non-existent in the documentation, so I’ve had to do detective work myself.
No functions are available in:
“Preferences” → “Schematic Editor” → “Colors”, so that’s a dead end.
In:
~/.config/kicad/7.0/colors there’s a user.json file which seems to contain the information. Modifying it brings no joy.
Digging deeper, I took a look in the:
~/.config/kicad/7.0 *.json (here specifically eeschema.json) files.
All point to “color_theme”: “_builtin_default” suggesting to me that it’s not even possible to change the colours.
Am I on the wrong track? Is this for future implementations only?
The default color theme is read-only so if you make changes they are ignored. But you can make a new theme. Here I defined one to change the wires to red:
Another option is in Themes click on the read only of your choice and then create a new theme with name of your choice. This creates a editable copy of the system read only themes. Quick.
Edited out cruff when exploring another option.
Thanks.
Yeah, that’s basically what I did. Created a new theme, which then automatically inherited the settings from “KiCAD Default (read only)”.
Works perfectly now, also for new projects.
It was actually just one change that I needed: a pale blue colour for hierachical sheets to match the pale yellow symbols that @teletypeguy hates.