753 B
753 B
layout | title |
---|---|
page | Themes |
⚠️ IMPORTANT! It is recommended you don't make any customisations to the included `luciano_blocktronics' theme. Create your own and make changes to that instead:
-
Copy
/art/themes/luciano_blocktronics
toart/themes/your_board_theme
-
Update the
info
block at the top of the theme.hjson file:info: { name: Awesome Theme author: Cool Artist group: Sick Group enabled: true }
-
Specify it in the
defaults
section ofconfig.hjson
. The name supplied should match the name of the directory you created in step 1:```hjson defaults: { theme: your_board_theme } ```