aboutsummaryrefslogtreecommitdiff
path: root/assets/color-themes/dupre/chrome-theme/manifest.json
diff options
context:
space:
mode:
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"
+ }
+ }
+}