aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.ts')
-rw-r--r--src/lib.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib.ts b/src/lib.ts
index b3e6acc..0183519 100644
--- a/src/lib.ts
+++ b/src/lib.ts
@@ -68,12 +68,14 @@ export type Action =
export type UiOptions = {
// Shared coloring/sizing
textColor: string, // CSS color
+ textColorAlt: string,
bgColor: string,
- bgColorAlt: string,
bgColorLight: string,
bgColorDark: string,
bgColorLight2: string,
bgColorDark2: string,
+ bgColorAlt: string,
+ bgColorAltDark: string,
altColor: string,
altColorDark: string,
borderRadius: number, // CSS border-radius value, in px