simvx.editor.config¶
Editor preferences and theme system.
Persistent settings via the unified AppConfig system
(~/.config/simvx/config.json). Config wraps an
AppConfig and adds editor-specific theme application.
Module Contents¶
Classes¶
Holds the unified |
API¶
- class simvx.editor.config.Config[source]¶
Holds the unified
AppConfigand applies editor themes.Initialization
- get_theme() simvx.core.ui.theme.AppTheme[source]¶
Return an
AppThemefor the current preset and make it the singleton.