[UI] Move color variables
This commit is contained in:
parent
3f3bfcb78c
commit
d6a8dd6710
4 changed files with 11 additions and 11 deletions
|
@ -12,6 +12,7 @@ import * as common from "@metro/common";
|
|||
import * as components from "@ui/components";
|
||||
import * as toasts from "@ui/toasts";
|
||||
import * as assets from "@ui/assets";
|
||||
import * as color from "@ui/color";
|
||||
import * as utils from "@utils";
|
||||
|
||||
function without<T extends Record<string, any>>(object: T, ...keys: string[]) {
|
||||
|
@ -32,6 +33,7 @@ export default async function windowObject(unloads: any[]): Promise<VendettaObje
|
|||
components,
|
||||
toasts,
|
||||
assets,
|
||||
...color,
|
||||
},
|
||||
plugins: without(plugins, "initPlugins"),
|
||||
commands: without(commands, "patchCommands"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue