Examine source code of Red Mage (Black with Red)

Inspect and view changes in Red Mage (Black with Red) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Black with Red",
  "manifest_version": 2,
  "version": "2.0",
  "theme": {
    "colors": {
      "button_background_active": "rgba(102, 102, 103, 1)",
      "button_background_hover": "rgba(50, 50, 52, 1)",
      "icons": "rgba(190, 190, 190, 1)",
      "icons_attention": "red",
      "newtab_background": "rgba(12, 12, 13, 1)",
      "newtab_text": "rgba(190, 190, 190, 1)",
      "popup": "rgba(12, 12, 13, 1)",
      "popup_border": "red",
      "popup_highlight": "rgba(42, 42, 46, 1)",
      "popup_highlight_text": "red",
      "popup_text": "rgba(190, 190, 190, 1)",
      "sidebar": "rgba(12, 12, 13, 1)",
      "sidebar_border": "red",
      "sidebar_highlight": "rgba(42, 42, 46, 1)",
      "sidebar_highlight_text": "red",
      "sidebar_text": "rgba(190, 190, 190, 1)",
      "tab_background_separator": "red",
      "tab_line": "red",
      "tab_loading": "red",
      "tab_selected": "rgba(12, 12, 13, 1)",
      "tab_text": "rgba(190, 190, 190, 1)",
      "toolbar": "rgba(12, 12, 13, 1)",
      "toolbar_bottom_separator": "red",
      "toolbar_field": "rgba(42, 42, 46, 1)",
      "toolbar_field_border": "rgba(190, 190, 190, 1)",
      "toolbar_field_border_focus": "rgba(190, 190, 190, 1)",
      "toolbar_field_focus": "rgba(42, 42, 46, 1)",
      "toolbar_field_separator": "red",
      "toolbar_field_text": "rgba(150, 150, 152, 1)",
      "toolbar_field_text_focus": "white",
      "toolbar_top_separator": "red",
      "toolbar_vertical_separator": "red",
      "frame": "rgba(12, 12, 13, 1)",
      "tab_background_text": "rgba(190, 190, 190, 1)",
      "bookmark_text": "rgba(150, 150, 152, 1)"
    }
  }
}