Add light/dark theme to application #1714
-
|
Hello, how can I add a light and dark theme for an app ? I use helix as my editor and I would to switch from multiple theme based on the selected theme or at least between light/dark to match the terminal color. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Checkout this image For each hypr.theme file in the theme directory ( This dictates mostly of what color-scheme the themes will use. all gtk and I guess qt apps respects this. If you remembered old implementation the the theme.conf is now being templated as hypr.theme. |
Beta Was this translation helpful? Give feedback.

You got 3 ways to do it
1. Either add the command as exec in
hypr.themeexec = your commandThis is fine because themes are installed from a separate repo. So if you update the dot files it will not touch the theme. You can update the theme only if you use
themepatcher.shorHyde theme patch2.a Creating a Template
helix.themeBasically you can add a helix.theme.
$HOME/path/to/tgt/file | cmd to execute after populating