aboutsummaryrefslogtreecommitdiff
path: root/assets/color-themes/dupre/chrome-theme/manifest.json
blob: c57a760d4a62e39a111dc9a778afb21c4409f512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
    }
  }
}