Skip to content

Commit

Permalink
Update theme-color.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet authored Sep 2, 2024
1 parent f77e701 commit 83c71f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/docs/documentation/theming/theme-color.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

`SukiTheme` allows app to switch color themes easily

<img src="/theming/theming-color.gif" alt="theming-color">
![themechanging](https://github.com/user-attachments/assets/ae55a431-3b4e-4673-b14b-bec46fe22bf6)


## Switch between available Color Theme

Expand Down Expand Up @@ -31,4 +32,4 @@ SukiTheme.GetInstance().OnColorThemeChanged += theme =>
{
Console.WriteLine("Color theme change triggered !");
};
```
```

0 comments on commit 83c71f3

Please sign in to comment.