diff --git a/docs/help/apply-themes.md b/docs/help/apply-themes.md index f794ebe..d36931e 100644 --- a/docs/help/apply-themes.md +++ b/docs/help/apply-themes.md @@ -11,9 +11,9 @@ ``` -# Apply themes by ThemeManager +# Change themes by ThemeManager -Use enumeration at singleton +Change by static property ```c# ThemeManager.CurrentTheme = ColorThemes.Classic; ```