summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--manifest.json12
2 files changed, 17 insertions, 4 deletions
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"
}
}
}