From c0685b23928d67c3718628ec7b21adf855208c94 Mon Sep 17 00:00:00 2001 From: Evan Tung Date: Tue, 5 Oct 2021 15:00:15 -0700 Subject: [PATCH] Adjust tab line color --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 97fcfaa..2523952 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "2.41", + "version": "2.42", "name": "Nord Theme", "theme": { "colors": { @@ -8,7 +8,7 @@ "toolbar": "#3b4252", "tab_text": "#eceff4", "tab_loading": "#81a1c1", - "tab_line": "#5e81ac", + "tab_line": "#81a1c1", "tab_selected": "#434c5e", "bookmark_text": "#d8dee9", "icons": "#d8dee9",