Skip to content

Commit 115f007

Browse files
authored
Add disclaimer for theme appearance to match project README
1 parent af07676 commit 115f007

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Themes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ If you do not want any theme enabled, just set `ZSH_THEME` to blank: `ZSH_THEME=
1010

1111
Here is a collection of screenshots and descriptions of themes that have been contributed to Oh My Zsh. There are some missing from this page. If you want to add or edit descriptions, see the [format description](#theme-description-format) at the bottom of this page.
1212

13+
> [!NOTE]
14+
> You will many times see screenshots for a zsh theme, and try it out, and find that it doesn't look the same for you.
15+
>
16+
> This is because many themes require installing a [Powerline Font](https://github.com/powerline/fonts) or a [Nerd Font](https://github.com/ryanoasis/nerd-fonts) in order to render properly.
17+
> Without them, these themes will render weird prompt symbols. Check out [the FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ#i-have-a-weird-character-in-my-prompt) for more information.
18+
>
19+
> Also, beware that themes only control what your prompt looks like. This is, the text you see before or after your cursor, where you'll type your commands.
20+
> Themes don't control things such as the colors of your terminal window (known as _color scheme_) or the font of your terminal. These are settings that you can change in your terminal emulator.
21+
> For more information, see [what is a zsh theme](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ#what-is-a-zsh-theme).
22+
1323
## Themes
1424

1525
### robbyrussell

0 commit comments

Comments
 (0)