mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
build bunch of fixes
This commit is contained in:
@@ -60,9 +60,9 @@ export let colors = {
|
||||
rep: "#faffdf",
|
||||
};
|
||||
|
||||
export let theme: Theme;
|
||||
let theme: Theme;
|
||||
|
||||
export function refreshTheme() {
|
||||
function refreshTheme() {
|
||||
theme = createTheme({
|
||||
colors: {
|
||||
hp: "#dd3434",
|
||||
|
||||
Reference in New Issue
Block a user