mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
CODEBASE: Validate theme, editor theme, and styles (#1789)
This commit is contained in:
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -9619,7 +9619,6 @@ interface InvestmentOffer {
|
||||
* @public
|
||||
*/
|
||||
interface UserInterfaceTheme {
|
||||
[key: string]: string | undefined;
|
||||
primarylight: string;
|
||||
primary: string;
|
||||
primarydark: string;
|
||||
@@ -9653,6 +9652,11 @@ interface UserInterfaceTheme {
|
||||
backgroundprimary: string;
|
||||
backgroundsecondary: string;
|
||||
button: string;
|
||||
maplocation: string;
|
||||
bnlvl0: string;
|
||||
bnlvl1: string;
|
||||
bnlvl2: string;
|
||||
bnlvl3: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user