simvx.editor.preferences¶
Editor preferences and theme system.
Persistent settings via the unified AppConfig system
(~/.config/simvx/config.json). EditorPreferences wraps an
AppConfig and adds editor-specific theme application.
Module Contents¶
Classes¶
Holds the unified |
API¶
- class simvx.editor.preferences.EditorPreferences[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.