From 36741f02f8899db4dd79cb32dc5f09c360ed40c1 Mon Sep 17 00:00:00 2001 From: Jason <50032291+jasongitmail@users.noreply.github.com> Date: Sun, 3 Mar 2024 21:37:38 -0400 Subject: [PATCH] Update github_theme.json - minor syntax tweak `scrollbar_thumb` to `scrolbar.thumb` --- themes/github_theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/github_theme.json b/themes/github_theme.json index 753ff51..4319a36 100644 --- a/themes/github_theme.json +++ b/themes/github_theme.json @@ -47,7 +47,7 @@ "panel.background": "#f6f8faff", "panel.focused_border": "#e1e4e8ff", "pane.focused_border": null, - "scrollbar_thumb.background": "#959da533", + "scrollbar.thumb.background": "#959da533", "scrollbar.thumb.hover_background": "#959da544", "scrollbar.thumb.border": "#eeeeeeff", "scrollbar.track.background": "#00000000", @@ -421,7 +421,7 @@ "panel.background": "#1f2428ff", "panel.focused_border": "#1b1f23ff", "pane.focused_border": null, - "scrollbar_thumb.background": "#6a737d33", + "scrollbar.thumb.background": "#6a737d33", "scrollbar.thumb.hover_background": "#6a737d44", "scrollbar.thumb.border": "#363c46ff", "scrollbar.track.background": "#00000000",