aboutsummaryrefslogtreecommitdiff
path: root/assets/color-themes/dupre/chrome-theme/manifest.json
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-10 15:21:29 -0500
committerCraig Jennings <c@cjennings.net>2026-06-10 15:21:29 -0500
commit7b0cd91473a2f772d11bc8b6de5df6b6d79ed3ba (patch)
tree99cd9c2da17668c926a04a8a62a6aa535ee88e34 /assets/color-themes/dupre/chrome-theme/manifest.json
parentcbbb6898cc491d8aade2fc059ea7df140a476712 (diff)
downloadarchsetup-7b0cd91473a2f772d11bc8b6de5df6b6d79ed3ba.tar.gz
archsetup-7b0cd91473a2f772d11bc8b6de5df6b6d79ed3ba.zip
feat(assets): add dupre Chrome theme
Unpacked-extension theme mapping the dupre palette onto Chrome's window chrome: bg #151311 frame, bg+1 toolbar/omnibox, gold #d7af5f new-tab links, steel inactive-tab text. Install via chrome://extensions dev mode, Load unpacked.
Diffstat (limited to 'assets/color-themes/dupre/chrome-theme/manifest.json')
-rw-r--r--assets/color-themes/dupre/chrome-theme/manifest.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/color-themes/dupre/chrome-theme/manifest.json b/assets/color-themes/dupre/chrome-theme/manifest.json
new file mode 100644
index 0000000..c57a760
--- /dev/null
+++ b/assets/color-themes/dupre/chrome-theme/manifest.json
@@ -0,0 +1,27 @@
+{
+ "manifest_version": 3,
+ "version": "1.0",
+ "name": "Dupre",
+ "description": "Warm, earthy dark theme. Goldenrod accents on near-black, from the dupre Emacs theme.",
+ "theme": {
+ "colors": {
+ "frame": [21, 19, 17],
+ "frame_inactive": [21, 19, 17],
+ "toolbar": [37, 35, 33],
+ "toolbar_text": [208, 203, 192],
+ "tab_text": [240, 254, 240],
+ "tab_background_text": [150, 147, 133],
+ "tab_background_text_inactive": [88, 87, 78],
+ "bookmark_text": [208, 203, 192],
+ "omnibox_background": [37, 35, 33],
+ "omnibox_text": [240, 254, 240],
+ "ntp_background": [21, 19, 17],
+ "ntp_text": [240, 254, 240],
+ "ntp_link": [215, 175, 95],
+ "button_background": [71, 69, 68]
+ },
+ "properties": {
+ "ntp_background_alignment": "center"
+ }
+ }
+}