From 0e6388540d7d3c698bc54fe748deae38a99883e2 Mon Sep 17 00:00:00 2001 From: pagedMov Date: Sat, 19 Oct 2024 11:49:23 -0400 Subject: [PATCH] added missing 'r' in tokyo-night.theme.css (#43) --- themes/tokyo-night.theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tokyo-night.theme.css b/themes/tokyo-night.theme.css index 464d246..955f5b3 100644 --- a/themes/tokyo-night.theme.css +++ b/themes/tokyo-night.theme.css @@ -90,7 +90,7 @@ --scrollbar-thin-track: transparent; --scrollbar-auto-thumb: #2b2b46af; --scrollbar-auto-thumb-hover: #27273d85; - --scrollba-auto-track: transparent; + --scrollbar-auto-track: transparent; --scrollbar-auto-scrollbar-color-thumb: var(--scrollbar-auto-thumb); --scrollbar-auto-scrollbar-color-track: var(--scrollbar-auto-track);