Improve message when changing the theme #5509
Labels
good first issue
An issue intended for project-newcomers. Varies in difficulty.
preferences
type: enhancement
ui
After changing the theme in the preferences (Preferences > Appearance), a message is displayed à la "Changed theme to: xyz", where "xyz" is "Base.css" or "Dark.css" depending on the new theme. These should be replaced by better names such as "Light theme" or "Dark theme".
Code implementation: Introduce enum for themes with the properties "display name" (localized), "name" (for storage in the preferences) and "css file name".
The text was updated successfully, but these errors were encountered: