-
Notifications
You must be signed in to change notification settings - Fork 7
Customization
Aurumaker72 edited this page Jan 8, 2025
·
2 revisions
For light themes:
- Create a copy of the
windows-11
folder underres/
For dark themes:
- Create a copy of the
windows-10-dark
folder underres/
- Rename the folder to your theme's name fitting the same format.
- Change the theme's name in
style.lua
to your theme's name - Edit the texture atlas under
style.png
as desired - Change the background color, font, or atlas coordinates by modifying the
theme
returned fromget_base_style()
as desired (seewindows-7/style.lua
) - Add your theme's folder name to the
styles
table inPresets.lua