diff --git a/arc-inspired.xpi b/arc-inspired.xpi index 1dee783..ed779c5 100644 Binary files a/arc-inspired.xpi and b/arc-inspired.xpi differ diff --git a/manifest.json b/manifest.json index 121c500..bc2ef6c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version":2, "name":"Arc Inspired", - "version":"0.0.3", + "version":"0.1.0", "description":"An Arc inspired theme for Thunderbird", "applications":{ "gecko":{ @@ -14,7 +14,7 @@ "frame": "#2F343F", "frame_inactive": "#313742", - "tab_text": "#5C616C", + "tab_text": "#FFFFFF", "tab_background_text": "#AFB8C6", "tab_background_separator": "rgba(255, 255, 255, 0.5)", @@ -22,7 +22,8 @@ "tab_loading": "#5294E2", "icons_attention": "#5294E2", - "toolbar": "#F5F6F7", + "toolbar": "#475266", + "toolbar_text": "#FFFFFF", "toolbar_top_separator": "#272A34", "toolbar_bottom_separator": "#DCDFE3", "toolbar_vertical_separator": "#DCDFE3", @@ -38,8 +39,8 @@ "toolbar_field_highlight": "#5294E2", "toolbar_field_highlight_text": "#FFFFFF", - "button_background_hover": "rgba(0, 0, 0, 0.085)", - "button_background_active": "#5FA1E6", + "button_background_hover": "#5FA1E6", + "button_background_active": "rgba(0, 0, 0, 0.085)", "bookmark_text": "#5C616C", @@ -49,14 +50,11 @@ "popup_highlight": "#5294E2", "popup_highlight_text": "#FFFFFF", - "sidebar": "#F5F6F7", - "sidebar_text": "#5C616C", - "sidebar_border": "#DCDFE3", + "sidebar": "#313742", + "sidebar_text": "#FFFFFF", + "sidebar_border": "#2F343F", "sidebar_highlight": "#5294E2", - "sidebar_highlight_text": "#FFFFFF", - - "ntp_text": "#5C616C", - "ntp_background": "#FFFFFF" + "sidebar_highlight_text": "#FFFFFF" } } }