Doki Doki Literature Club Theme

Doki Doki Literature Club Theme

Firefox theme based on the insanely popular horror game "Doki Doki Literature Club"! One of my favorite games. Had to make a theme based on it. Github (source code, includes other themes I've made): https://github.com/ixiely/firefox-themes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Doki Doki Literature Club Theme",
  "manifest_version": 2,
  "version": "2.0",
  "theme": {
    "images": {
      "theme_frame": "000ddlccrop.png"
    },
    "colors": {
      "frame": "rgb(200, 71, 129)",
      "tab_background_text": "rgb(60, 18, 26)",
      "toolbar": "rgb(251, 229, 235)",
      "bookmark_text": "rgb(146, 60, 78)",
      "toolbar_field": "rgb(251, 170, 210)",
      "toolbar_field_text": "rgb(60, 18, 26)",
      "tab_line": "rgb(60, 18, 26)"
    }
  }
}