mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-18 23:22:40 +00:00
refactor: use standard prettier formatting
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
import {argbFromHex, hexFromArgb, themeFromSourceColor} from "@material/material-color-utilities"
|
||||
import {
|
||||
argbFromHex,
|
||||
hexFromArgb,
|
||||
themeFromSourceColor,
|
||||
} from "@material/material-color-utilities";
|
||||
|
||||
export const themeBase = "#6D81C7"
|
||||
export const themeSuccessBase = "#00ff00"
|
||||
export const themeBase = "#6D81C7";
|
||||
export const themeSuccessBase = "#00ff00";
|
||||
|
||||
const theme = themeFromSourceColor(argbFromHex(themeBase), [
|
||||
{name: "success", value: argbFromHex(themeSuccessBase), blend: true},
|
||||
])
|
||||
{ name: "success", value: argbFromHex(themeSuccessBase), blend: true },
|
||||
]);
|
||||
|
||||
export const themeColor = hexFromArgb(theme.schemes.dark.background)
|
||||
export const themeColor = hexFromArgb(theme.schemes.dark.background);
|
||||
|
||||
Reference in New Issue
Block a user