From e6d7c620de6d5b1b60ab57c53875523f17fd6c27 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 14 Aug 2026 16:38:54 +0200 Subject: [PATCH] Extra themes are added via PRs to omarchy-site now Co-Authored-By: Claude Fable 5 --- manual/43-making-your-own-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/43-making-your-own-theme.md b/manual/43-making-your-own-theme.md index c026d7f1..2563f7c3 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 page](https://omarchy.org/themes/) 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 sending a pull request to [the omarchy-site repo](https://github.com/omacom-io/omarchy-site).