Beautiful Pink Night

Beautiful Pink Night

Tema al nuevo estilo GX para Firefox. Contiene Css Personalizado.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "BeautifulPinkNight@Godie"
    }
  },
  "version": "1.1",
  "name": "Beautiful Pink Night",
  "author": "GODIE",
  "description": "Tema al nuevo estilo GX para Firefox. Contiene Css Personalizado.",
  "icons": {
    "32": "images/icon-32.png"
  },
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/pinknight.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ],
      "color_scheme": "dark",
      "content_color_scheme": "dark"
    },
    "colors": {
      "frame": "#0b0b13",
      "tab_background_text": "#b3b3b3",
      "frame_inactive": "#15151c",
      "toolbar": "#101012bb",
      "toolbar_text": "#b3b3b3",
      "toolbar_field": "#20212f00",
      "toolbar_field_text": "#e5e5e6",
      "toolbar_top_separator": "#FF0F7E5c",
      "toolbar_bottom_separator": "#100e15",
      "toolbar_field_border": "#23243200",
      "toolbar_field_focus": "#39141efc",
      "toolbar_field_border_focus": "transparent",
      "toolbar_field_highlight": "#FF0F7ED0",
      "toolbar_field_highlight_text": "#ffffff",
      "toolbar_field_text_focus": "#e5e5e6",
      "bookmark_text": "#ffffff",
      "toolbar_vertical_separator": "#34344b",
      "button_background_hover": "#ffffff1b",
      "button_background_active": "#ffffff3b",
      "icons": "#b6b6d2",
      "icons_attention": "#FF0F7E",
      "ntp_background": "#480014",
      "ntp_text": "#e5e5e6",
      "ntp_card_background": "#511324",
      "popup": "#16131bfd",
      "popup_text": "#e5e5e6",
      "popup_border": "#50505050",
      "popup_highlight": "#FF0F7ED0",
      "popup_highlight_text": "#ffffff",
      "sidebar": "#171520",
      "sidebar_text": "#d3d8db",
      "sidebar_border": "#101010",
      "sidebar_highlight": "#FF0F7ED0",
      "sidebar_highlight_text": "#ffffff",
      "tab_line": "#FF0F7Ebb",
      "tab_loading": "#FF0F7E",
      "tab_background_separator": "#0a090c",
      "tab_text": "#ffffff"
    }
  }
}