Atom One Dark

Atom One Dark

Atom One Dark Theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Atom One Dark",
  "description": "Atom One Dark Theme",
  "version": "2.4",
  "author": "Mallowigi",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "wall.png",
      "theme_toolbar": "topbar.png",
      "theme_tab_background": "tab.png"
    },
    "colors": {
      "background_tab": [
        40,
        44,
        52
      ],
      "background_tab_inactive": [
        47,
        51,
        61
      ],
      "background_tab_incognito": [
        33,
        37,
        43
      ],
      "background_tab_incognito_inactive": [
        47,
        51,
        61
      ],
      "bookmark_text": [
        151,
        159,
        173
      ],
      "button_background": [
        58,
        63,
        75
      ],
      "frame": [
        33,
        37,
        43
      ],
      "frame_inactive": [
        47,
        51,
        61
      ],
      "frame_incognito": [
        33,
        37,
        43
      ],
      "frame_incognito_inactive": [
        47,
        51,
        61
      ],
      "ntp_background": [
        33,
        37,
        43
      ],
      "ntp_header": [
        47,
        51,
        61
      ],
      "ntp_link": [
        41,
        121,
        255
      ],
      "ntp_text": [
        151,
        159,
        173
      ],
      "omnibox_background": [
        33,
        37,
        43
      ],
      "omnibox_text": [
        151,
        159,
        173
      ],
      "tab_background_text": [
        151,
        159,
        173
      ],
      "tab_background_text_inactive": [
        151,
        159,
        173
      ],
      "tab_background_text_incognito": [
        151,
        159,
        173
      ],
      "tab_background_text_incognito_inactive": [
        151,
        159,
        173
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        40,
        44,
        52
      ],
      "toolbar_button_icon": [
        151,
        159,
        173
      ],
      "toolbar_text": [
        151,
        159,
        173
      ]
    }
  }
}