cool tech zone zone
How to add custom themes? - Printable Version

+- cool tech zone zone (https://forum.cooltech.zone)
+-- Forum: Tangara (https://forum.cooltech.zone/forumdisplay.php?fid=3)
+--- Forum: General (https://forum.cooltech.zone/forumdisplay.php?fid=5)
+--- Thread: How to add custom themes? (/showthread.php?tid=86)



How to add custom themes? - summermusic - 2025-01-03

Hello musical friends! In the 7th CrowdSupply update, it was mentioned that easy addition of custom themes via the SD card is a planned feature. Is this implemented? And if so, where would I actually put these theme files? On a gut feeling I tried to save the simple example as theme.lua to the root of the SD card which didn't seem to work.


RE: How to add custom themes? - ailurux - 2025-01-03

Custom themes go in a "/.themes/" directory in the SD card root. You can find the docs on this here: https://cooltech.zone/tangara/docs/themes/


RE: How to add custom themes? - Construc_ - 2025-01-30

i am absolutely not smart enough to figure out how to make one myself, at least not until there are more examples to rip off, but i would love to know if anyone else has tackled this and made their own!
Particularly I'd love to see/make/use colour variants of the high-contrast theme :3


RE: How to add custom themes? - river - 2025-01-30

(Today, 06:51 AM)Construc_ Wrote: i am absolutely not smart enough to figure out how to make one myself, at least not until there are more examples to rip off, but i would love to know if anyone else has tackled this and made their own!
Particularly I'd love to see/make/use colour variants of the high-contrast theme :3

The hicon theme is particularly easy to modify; since its only two colors you can just change these lines:

Code:
local text_color = "#000000"
local background_color = "#FFFFFF"

to whatever colours you want

Here I've attached one where I've done that with these random colours, you have to rename it to remove the `.txt` though, the forum wouldn't let me upload a `.lua` file.


.txt   bittersweet.lua.txt (Size: 7.79 KB / Downloads: 2)