From d801ec255997c3d8dcffd9d1536a24939e157e25 Mon Sep 17 00:00:00 2001 From: Evan Tung Date: Sat, 23 Jan 2021 19:58:17 -0800 Subject: [PATCH] Update manifest.json --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 6b903c8..8c68325 100644 --- a/manifest.json +++ b/manifest.json @@ -1,19 +1,19 @@ { "manifest_version": 2, - "version": "2.26", + "version": "2.27", "name": "Nord Theme", "theme": { "colors": { "frame": "#2e3440", - "toolbar": "#3b4252", + "toolbar": "#434c5e", "tab_text": "#eceff4", "tab_loading": "#8fbcbb", - "tab_line": "rgb(136, 192, 208)", + "tab_line": "#88c0d0", "bookmark_text": "#d8dee9", "icons": "#d8dee9", "icons_attention": "#88c0d0", "tab_background_text": "#d8dee9", - "toolbar_field": "rgba(67, 76, 94, 0.9)", + "toolbar_field": "#3b4252", "toolbar_field_text": "#eceff4", "toolbar_field_border_focus": "#88c0d0", "toolbar_field_highlight": "#5e81ac", @@ -30,4 +30,4 @@ "sidebar_highlight_text": "#2e3440" } } -} \ No newline at end of file +}