From d9a992c29641f9ceb20fae44429fcc8bd9d00561 Mon Sep 17 00:00:00 2001 From: Evan Tung Date: Sat, 5 Jun 2021 19:30:17 -0700 Subject: [PATCH] v2.35 --- manifest.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 80dd28e..ecec50b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,13 @@ { "manifest_version": 2, - "version": "2.34", + "version": "2.35", "name": "Nord Theme", "theme": { "colors": { "frame": "#2e3440", - "toolbar": "#434c5e", + "toolbar": "#3b4252", "tab_text": "#eceff4", - "tab_loading": "#8fbcbb", + "tab_loading": "#81a1c1", "tab_line": "#3b4252", "tab_selected": "#434c5e", "bookmark_text": "#d8dee9", @@ -18,11 +18,12 @@ "toolbar_field_text": "#eceff4", "toolbar_field_focus": "#434c5e", "toolbar_field_border_focus": "#88c0d0", - "toolbar_field_highlight": "#88c0d0", + "toolbar_field_highlight": "#5e81ac", "toolbar_field_highlight_text": "#eceff4", + "toolbar_top_separator": "#2e3440", "popup": "#434c5e", "popup_text": "#eceff4", - "popup_highlight": "#88c0d0", + "popup_highlight": "#5e81ac", "popup_highlight_text": "#2e3440", "popup_border": "#434c5e", "ntp_background": "#d8dee9",