We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f309a commit 397bf86Copy full SHA for 397bf86
1 file changed
docs/chapter-6/predefined_themes.md
@@ -2,11 +2,14 @@
2
3
AppCUI comes with a set of predefined themes that can be used out of the box via the `Themes` enum. The following themes are available:
4
5
-1. **Default** - the default theme used by the library.
+1. **Default** - the default theme used by the library.
6
+
7
<img src="img/default_theme.png" width=500/>
8
9
2. **DarkGray** - a dark gray theme.
10
11
<img src="img/darkgray_theme.png" width=500/>
12
13
3. **Light** - a light theme.
- <img src="img/light_theme.png" width=500/>
14
15
+ <img src="img/light_theme.png" width=500/>
0 commit comments