A theme changer plugin for novelyst
Project home page > Changelog
Fix a bug where the menu entry is disabled when no project is open.
Compatibility: novelyst v4.0 API
Refactor: replace tkinter constants with string literals.
Compatibility: novelyst v4.0 API
Fix a bug where the available themes are not displayed, if the ttkthemes package is not installed.
This is, because ttkthemes.ThemedStyle.theme_names() returns a list, whereas ttk.Style.theme_names() returns a tuple, which has no sort() method.
Compatibility: novelyst v4.0 API
Compatibility: novelyst v4.0 API
Compatibility: novelyst v4.0 API
Compatibility: novelyst v3.0 API
Compatibility: novelyst v2.0 API
Compatibility: novelyst v1.0 API