From 84cb387815a8678583123c37fd23e1e8a4ea1c20 Mon Sep 17 00:00:00 2001 From: Evan Tung Date: Mon, 5 Oct 2020 11:05:20 -0700 Subject: [PATCH] Change transparency (for the last time) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f351283..f71378a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "2.25", + "version": "2.26", "name": "Nord Theme", "theme": { "colors": { @@ -13,7 +13,7 @@ "icons": "#d8dee9", "icons_attention": "#88c0d0", "tab_background_text": "#d8dee9", - "toolbar_field": "rgba(67, 76, 94, 0.8)", + "toolbar_field": "rgba(67, 76, 94, 0.9)", "toolbar_field_text": "#eceff4", "toolbar_field_border_focus": "#88c0d0", "toolbar_field_highlight": "#5e81ac",