Solarized Light - VSCode Theme

Solarized Light - VSCode Theme

A theme based on Visual Studio Code's Solarized Light theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "3.0",
  "name": "Solarized Light",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(238, 232, 213)",
      "toolbar_text": "rgb(0, 0, 0)",
      "frame": "rgb(218, 211, 190)",
      "tab_background_text": "rgb(97, 80, 47)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(253, 246, 227)",
      "popup": "rgb(240, 236, 225)",
      "popup_text": "rgb(0, 0, 0)",
      "frame_inactive": "rgb(240, 236, 225)",
      "icons": "rgb(43, 30, 6)",
      "ntp_background": "rgb(221, 214, 193)",
      "ntp_text": "rgb(0, 0, 0)",
      "popup_border": "rgb(209, 203, 184)",
      "sidebar_border": "rgb(209, 203, 184)",
      "sidebar": "rgb(238, 232, 213)",
      "tab_selected": "rgb(251, 247, 245)",
      "tab_text": "rgb(0, 0, 0)",
      "toolbar_bottom_separator": "rgb(209, 203, 184)",
      "toolbar_field_border_focus": "rgb(209, 203, 184)",
      "toolbar_field_border": "rgb(209, 203, 184)",
      "toolbar_field_focus": "rgb(240, 236, 225)",
      "toolbar_field_highlight": "rgb(139, 126, 68)",
      "toolbar_field_separator": "rgb(209, 203, 184)",
      "toolbar_field_text_focus": "rgb(34, 25, 8)",
      "toolbar_top_separator": "rgb(209, 203, 184)",
      "toolbar_vertical_separator": "rgb(209, 203, 184)",
      "tab_loading": "rgb(253, 246, 227)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cbaf2ab0-4b85-44b3-81c8-b99d609974b0}"
    }
  }
}