Skip to content

Commit

Permalink
README: Add screenshot to demonstrate the skin-ability of egui
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 13, 2022
1 parent 62504ff commit f92df7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,11 @@ Also see [GitHub Discussions](https://github.com/emilk/egui/discussions/categori
Yes! But you need to install your own font (`.ttf` or `.otf`) using `Context::set_fonts`.

### Can I customize the look of egui?
Yes! You can customize the colors, spacing and sizes of everything. By default egui comes with a dark and a light theme.
Yes! You can customize the colors, spacing, fonts and sizes of everything using `Context::set_style`.

Here is an example (from https://github.com/AlexxxRu/TinyPomodoro):

<img src="media/pompodoro-skin.png" width="50%">

### What about accessibility, such as screen readers?
There is experimental support for a screen reader. In [the web demo](https://www.egui.rs/#demo) you can enable it in the "Backend" tab.
Expand Down
Binary file added media/pompodoro-skin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f92df7d

Please sign in to comment.