mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
.. | ||
data | ||
ui | ||
README.md | ||
Styles.ts | ||
Themes.ts |
Themes
Feel free to contribute a new theme by submitting a pull request to the game!
See CONTRIBUTING.md for details.
How create a new theme
- Duplicate one of the folders in
/src/Themes/data
and give it a new name (keep the hyphenated format) - Modify the data in the new
/src/Themes/data/new-folder/index.ts
file - Replace the screenshot.png with one of your theme
- Add the import/export into the
/src/Themes/data/index.ts
file
The themes are ordered according to the export order in index.ts
Other resources
There is an external script called theme-browser
which may include more themes than those shown here. Head over the bitpacker repository for details.