summaryrefslogtreecommitdiff
path: root/pages/_app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r--pages/_app.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index f8ff942..9f580f6 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -175,6 +175,12 @@ function SubApp(props: any) {
},
},
},
+ SliderThumb: {
+ bg: highlightColor + '.500',
+ },
+ SliderFilledTrack: {
+ bg: 'gray.400',
+ },
},
}
}, [highlightColor, JSON.stringify(emacsTheme)])