From 83c71f33d4582153e28c8f8738fdcb150043a52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Sepulchre?= Date: Mon, 2 Sep 2024 15:46:49 +0200 Subject: [PATCH] Update theme-color.md --- docs/docs/documentation/theming/theme-color.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/documentation/theming/theme-color.md b/docs/docs/documentation/theming/theme-color.md index 85c789cb5..234851054 100644 --- a/docs/docs/documentation/theming/theme-color.md +++ b/docs/docs/documentation/theming/theme-color.md @@ -2,7 +2,8 @@ `SukiTheme` allows app to switch color themes easily -theming-color +![themechanging](https://github.com/user-attachments/assets/ae55a431-3b4e-4673-b14b-bec46fe22bf6) + ## Switch between available Color Theme @@ -31,4 +32,4 @@ SukiTheme.GetInstance().OnColorThemeChanged += theme => { Console.WriteLine("Color theme change triggered !"); }; -``` \ No newline at end of file +```