Page 1 of 1
Adding colors
Posted: Sun Mar 08, 2026 7:26 pm
by charpeasy
Im trying to add colors to the theme menu I added to the main config file but they do not show in the application
Re: Adding colors
Posted: Sun Mar 08, 2026 8:06 pm
by hudiy
The length of the color list in settings menu is limited by the screen width. Try replacing already added colors (e.g., the ones you won't be using).
Re: Adding colors
Posted: Sun Mar 08, 2026 8:24 pm
by charpeasy
Worked like a charm thank you for the help
Re: Adding colors
Posted: Mon Mar 09, 2026 7:09 pm
by ltlnmo
Can we maybe get some more explicit details on how to add remove color themes.
Re: Adding colors
Posted: Fri Apr 10, 2026 11:31 pm
by hudiy
ltlnmo wrote: Mon Mar 09, 2026 7:09 pm
Can we maybe get some more explicit details on how to add remove color themes.
We added the ability to override colorScheme colors to the backlog. This should be available around version 1.22/2.18.
If you just want to change your theme's source color, you can simply add your own to availableColors (
https://github.com/wiboma/hudiy/blob/ma ... n.md#theme). The Hudiy UI displays a maximum of 8 colors from the list (due to the layout constraint), so it's best to just swap out a color you won't be using with your own color.