Skip to content

Customization

Aurumaker72 edited this page Jan 8, 2025 · 2 revisions

Adding a custom theme

For light themes:

  1. Create a copy of the windows-11 folder under res/

For dark themes:

  1. Create a copy of the windows-10-dark folder under res/

  1. Rename the folder to your theme's name fitting the same format.
  2. Change the theme's name in style.lua to your theme's name
  3. Edit the texture atlas under style.png as desired
  4. Change the background color, font, or atlas coordinates by modifying the theme returned from get_base_style() as desired (see windows-7/style.lua)
  5. Add your theme's folder name to the styles table in Presets.lua
Clone this wiki locally