bitburner-src/src/Themes
2024-08-13 15:59:49 -07:00
..
data UI: Fix go colors for light theme (#1155) 2024-03-11 13:13:22 -04:00
ui DEVMENU: Use Autocomplete instead of Select in augmentation tool (#1569) 2024-08-13 15:59:49 -07:00
README.md Move markdown doc & quotes to ./docs subfolder 2022-01-26 05:35:21 -05:00
Styles.ts MISC: Embed JetBrainsMono font (#1246) 2024-05-22 21:50:09 -04:00
Themes.ts UI: Improve theme support. (#1079) 2024-02-15 23:51:07 -05:00

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

  1. Duplicate one of the folders in /src/Themes/data and give it a new name (keep the hyphenated format)
  2. Modify the data in the new /src/Themes/data/new-folder/index.ts file
  3. Replace the screenshot.png with one of your theme
  4. 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.