aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-26 21:18:34 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-26 21:18:34 +1000
commit6c5f2d9b7084694812a16607a434e65fa5345d2e (patch)
tree5c89dd2aebf2afe02a8459e9ef45e32332dea1b7 /src/lib.ts
parentd2d6f0496ce816e9238e785ed3d0e7bd61b2483b (diff)
Clean up code in SearchModal
Also allow cycling to top/bottom of search suggestions
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