diff --git a/manual/06-themes.md b/manual/06-themes.md index 4d62dce8..66631bab 100644 --- a/manual/06-themes.md +++ b/manual/06-themes.md @@ -6,7 +6,7 @@ Each theme styles the desktop, terminal, neovim, activity screen (btop), Chromiu Themes have a set of background images that you can pick between using `Super + Ctrl + Space`. -You can install extra community themes via _Install > Style > Theme_ in the Omarchy menu, or even [make your own theme](43-making-your-own-theme.md). +You can find even more themes on [the extra themes page](https://omarchy.org/themes/) or even [make your own theme](43-making-your-own-theme.md). ![tokyo-night](../themes/tokyo-night/preview.png) _Tokyo Night_ diff --git a/manual/43-making-your-own-theme.md b/manual/43-making-your-own-theme.md index e3e902a7..c026d7f1 100644 --- a/manual/43-making-your-own-theme.md +++ b/manual/43-making-your-own-theme.md @@ -28,4 +28,4 @@ There's a fully commented `alacritty.toml.tpl.sample` in that folder to copy fro If you want to distribute your theme so others can use it, you need to put it on a public git server, like GitHub. Then people can install it using _Install > Style > Theme_ in the Omarchy menu using that URL. It's recommended that you follow the naming convention of `omarchy-[themename]-theme`, as the theme will show correctly as just `[themename]` in the theme selection menu after installation. -You can have your theme added to the extra themes list by pinging @tahayvr on [the #omarchy Discord](https://discord.gg/tXFUdasqhY). +You can have your theme added to [the extra themes page](https://omarchy.org/themes/) by pinging @tahayvr on [the #omarchy Discord](https://discord.gg/tXFUdasqhY).