From e5ee9c205a6d8aa03b97a24e864e85931d95a87e Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Mon, 11 Aug 2025 21:41:53 +0200 Subject: AMO release & Readme --- README.md | 9 +++++++++ manifest.json | 12 ++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c5b73e --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Archfox + +Archfox is a Firefox theme based on the color scheme of Arch Linux. + +You can get it [here](https://addons.mozilla.org/en-US/firefox/addon/archfox) for your Firefox/Librewolf. + +You are welcome to use Archfox as the basis for your theme. Check the [MDN docs](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json) for modifiying the manifest.json and the theme specifically. + +License: [Creative Commons Attribution-ShareAlike 4.0](https://creativecommons.org/licenses/by-sa/4.0/) diff --git a/manifest.json b/manifest.json index 428a1c9..a52c07f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,12 +3,13 @@ "name": "Archfox", "author": "Arne Rief", "version": "1.0", + "description": "A Firefox theme based on the Arch Linux color scheme", "theme": { "colors": { "bookmark_text": "rgba(45, 43, 40, 1)", "frame": "rgba(45, 43, 40, 1)", "icons": "rgba(138, 216, 255, 1)", - "icons_attention": "rgba(0, 109, 163, 1)", + "icons_attention": "rgba(138, 216, 255, 1)", "ntp_background": "rgba(45, 43, 40, 1)", "ntp_card_background": "rgba(0, 109, 163, 1)", "ntp_text": "rgba(255, 255, 255, 1)", @@ -33,9 +34,12 @@ "toolbar_field_highlight": "rgba(0, 109, 163, 1)", "toolbar_field_highlight_text": "rgba(255, 255, 255, 1)", "toolbar_field_text": "rgba(255, 255, 255, 1)", - "toolbar_text": "rgba(255, 255, 255, 1)", - "popup_border": "rgba(45, 43, 40, 1)", - "popup_highlight": "rgba(0, 109, 163, 1)" + "toolbar_text": "rgba(255, 255, 255, 1)" + } + }, + "browser_specific_settings": { + "gecko": { + "id": "archfox-theme@arnerief.net" } } } -- cgit v1.2.3