From e4cc47aaae2b1b147dfc60296c5976e462ee2a29 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Tue, 15 Aug 2017 05:44:07 +0200 Subject: [PATCH] Increase scrollbar visibility The scrollbar was too dark/transparent making it hard to see the current position. This has been changed by using "nord2" instead of "nord1" as color with a transparency of 60% and 66% when hovered and active. GH-41 --- themes/nord.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/nord.json b/themes/nord.json index 449d1b7..5e21956 100644 --- a/themes/nord.json +++ b/themes/nord.json @@ -139,9 +139,9 @@ "pickerGroup.foreground": "#d8dee9", "progressBar.background": "#88c0d0", "scrollbar.shadow": "#00000066", - "scrollbarSlider.activeBackground": "#434c5e99", - "scrollbarSlider.background": "#3b4252aa", - "scrollbarSlider.hoverBackground": "#434c5e99", + "scrollbarSlider.activeBackground": "#434c5eaa", + "scrollbarSlider.background": "#434c5e99", + "scrollbarSlider.hoverBackground": "#434c5eaa", "selection.background": "#88c0d099", "sideBar.background": "#2e3440", "sideBar.foreground": "#d8dee9",