From e963733f59296ff8f3284da382ec3f833f495612 Mon Sep 17 00:00:00 2001 From: Antoine Bertin Date: Thu, 3 Jun 2021 00:27:37 +0200 Subject: [PATCH 1/2] fix: popup highlight color --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c96c101..09d0f42 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "1.1", + "version": "1.2", "name": "Gruvbox Dark Medium", "theme": { "colors": { @@ -13,6 +13,7 @@ "tab_line": "#d65d0e", "popup": "#282828", "popup_text": "#d5c4a1", + "popup_highlight": "#a89984", "button_background_active": "#d65d0e", "button_background_hover": "#665c54", "icons_attention": "#d65d0e", From b9efc30c739ed43b37989c6e24a290dac57006a6 Mon Sep 17 00:00:00 2001 From: Antoine Bertin Date: Thu, 3 Jun 2021 01:10:37 +0200 Subject: [PATCH 2/2] fix: firefox 89 support --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 09d0f42..8abbd97 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "1.2", + "version": "1.3", "name": "Gruvbox Dark Medium", "theme": { "colors": { @@ -14,6 +14,7 @@ "popup": "#282828", "popup_text": "#d5c4a1", "popup_highlight": "#a89984", + "popup_highlight_text": "#282828", "button_background_active": "#d65d0e", "button_background_hover": "#665c54", "icons_attention": "#d65d0e", @@ -25,7 +26,6 @@ "toolbar_bottom_separator": "#282828", "toolbar_field_border": "#282828", "toolbar_field_border_focus": "#d65d0e", - "toolbar_field_separator": "#a89984", "toolbar_top_separator": "#1d2021" } }