From 20683d338e1cc08ed6696f56e65ee9d3a5e32b69 Mon Sep 17 00:00:00 2001 From: Evan Tung Date: Sat, 5 Jun 2021 19:19:42 -0700 Subject: [PATCH] v2.33 was error, this is v2.34 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4bc84fd..80dd28e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "2.33", + "version": "2.34", "name": "Nord Theme", "theme": { "colors": { @@ -9,7 +9,7 @@ "tab_text": "#eceff4", "tab_loading": "#8fbcbb", "tab_line": "#3b4252", - "tab_selected": "#5e81ac", + "tab_selected": "#434c5e", "bookmark_text": "#d8dee9", "icons": "#d8dee9", "icons_attention": "#88c0d0",