From 7b0cd91473a2f772d11bc8b6de5df6b6d79ed3ba Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 10 Jun 2026 15:21:29 -0500 Subject: 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. --- .../color-themes/dupre/chrome-theme/manifest.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 assets/color-themes/dupre/chrome-theme/manifest.json (limited to 'assets/color-themes/dupre/chrome-theme/manifest.json') 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" + } + } +} -- cgit v1.2.3