Skip to content

Commit

Permalink
Initial minor release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaipee committed Mar 19, 2021
1 parent 7dc55eb commit 2b19ef7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
Binary file modified arc-inspired.xpi
Binary file not shown.
22 changes: 10 additions & 12 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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":{
Expand All @@ -14,15 +14,16 @@
"frame": "#2F343F",
"frame_inactive": "#313742",

"tab_text": "#5C616C",
"tab_text": "#FFFFFF",
"tab_background_text": "#AFB8C6",
"tab_background_separator": "rgba(255, 255, 255, 0.5)",

"tab_line": "#5294E2",
"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",
Expand All @@ -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",

Expand All @@ -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"
}
}
}

0 comments on commit 2b19ef7

Please sign in to comment.