summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..428a1c9
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,42 @@
+{
+ "manifest_version": 2,
+ "name": "Archfox",
+ "author": "Arne Rief",
+ "version": "1.0",
+ "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)",
+ "ntp_background": "rgba(45, 43, 40, 1)",
+ "ntp_card_background": "rgba(0, 109, 163, 1)",
+ "ntp_text": "rgba(255, 255, 255, 1)",
+ "popup": "rgba(45, 43, 40, 1)",
+ "popup_border": "rgba(0, 109, 163, 1)",
+ "popup_highlight": "rgba(0, 109, 163, 1)",
+ "popup_highlight_text": "rgba(255, 255, 255, 1)",
+ "popup_text": "rgba(255, 255, 255, 1)",
+ "sidebar": "rgba(45, 43, 40, 1)",
+ "sidebar_border": "rgba(0, 109, 163, 1)",
+ "sidebar_highlight": "rgba(0, 109, 163, 1)",
+ "sidebar_highlight_text": "rgba(255, 255, 255, 1)",
+ "sidebar_text": "rgba(255, 255, 255, 1)",
+ "tab_background_text": "rgba(255, 255, 255, 1)",
+ "tab_line": "rgba(184, 231, 255, 1)",
+ "tab_selected": "rgba(0, 109, 163, 1)",
+ "tab_text": "rgba(230, 247, 255, 1)",
+ "toolbar": "rgba(0, 109, 163, 1)",
+ "toolbar_bottom_separator": "rgba(0, 109, 163, 1)",
+ "toolbar_field": "rgba(45, 43, 40, 1)",
+ "toolbar_field_border_focus": "rgba(0, 109, 163, 1)",
+ "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)"
+ }
+ }
+}
+