summaryrefslogtreecommitdiff
path: root/chrome-theme/manifest.json
blob: dfff751a26bbd45505b0afcaf6d9395fe05611ba (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
{
  "manifest_version": 3,
  "name": "Alphara's Dark Theme",
  "version": "1.0.0",
  "description": "A custom dark theme using blue and purple colors.",
  "theme": {
    "colors": {
      "background_tab": [ 10, 0, 31 ],
      "background_tab_inactive": [ 10, 0, 31 ],
      "bookmark_text": [ 172, 230, 240 ],
      "frame": [ 0, 0, 0 ],
      "frame_inactive": [ 0, 0, 0 ],
      "ntp_background": [ 10, 0, 31 ],
      "ntp_link": [ 172, 230, 240 ],
      "ntp_text": [ 172, 230, 240 ],
      "omnibox_background": [ 10, 0, 31 ],
      "omnibox_text": [ 172, 230, 240 ],
      "tab_background_text": [ 129, 142, 248 ],
      "tab_background_text_inactive": [ 172, 230, 240 ],
      "tab_text": [ 172, 230, 240 ],
      "toolbar": [ 10, 0, 31 ],
      "toolbar_button_icon": [ 172, 230, 240 ],
      "toolbar_text": [ 172, 230, 240 ]
    }
  }
}