aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-10 15:39:50 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-10 15:39:50 +1000
commitb56e50c5a76a9c268fbb79e43bafe798815a6227 (patch)
tree5b664aa6f627e32eb9803bfee1dbbe51cc068a38 /src/lib.ts
parent016f619daf1864920f978c5cfd8feb94abe3ab08 (diff)
Add scrollbar colors
Diffstat (limited to 'src/lib.ts')
-rw-r--r--src/lib.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.ts b/src/lib.ts
index 9afe199..7ff0b73 100644
--- a/src/lib.ts
+++ b/src/lib.ts
@@ -134,6 +134,7 @@ export function getDefaultLytOpts(): LayoutOptions {
export function getDefaultUiOpts(lytOpts: LayoutOptions): UiOptions {
let screenSz = getBreakpoint();
// Reused option values
+ // Note: For scrollbar colors on chrome, edit ./index.css
let textColor = '#fafaf9', textColorAlt = '#1c1917';
let bgColor = '#292524',
bgColorLight = '#44403c', bgColorDark = '#1c1917',