Examine source code of OneDark (VIM)

Inspect and view changes in OneDark (VIM) 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
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "onedark",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(61, 65, 72)",
      "toolbar_text": "rgb(246, 247, 248)",
      "frame": "rgb(40, 44, 52)",
      "tab_background_text": "rgb(171, 178, 191)",
      "toolbar_field": "rgb(40, 44, 52)",
      "toolbar_field_text": "rgb(171, 178, 191)",
      "tab_line": "rgb(97, 175, 239)",
      "popup": "rgb(61, 65, 72)",
      "popup_text": "rgb(171, 178, 191)",
      "button_background_active": "rgb(40, 44, 52)",
      "button_background_hover": "rgb(61, 65, 72)",
      "frame_inactive": "rgb(40, 44, 52)",
      "icons": "rgb(171, 178, 191)",
      "ntp_background": "rgb(40, 44, 52)",
      "popup_border": "rgb(171, 178, 191)",
      "popup_highlight_text": "rgb(246, 247, 248)",
      "popup_highlight": "rgb(40, 44, 52)",
      "sidebar_border": "rgb(40, 44, 52)",
      "sidebar_highlight_text": "rgb(246, 247, 248)",
      "sidebar_highlight": "rgb(40, 44, 52)",
      "sidebar_text": "rgb(171, 178, 191)",
      "sidebar": "rgb(40, 44, 52)",
      "tab_background_separator": "rgb(40, 44, 52)",
      "tab_selected": "rgb(61, 65, 72)",
      "toolbar_bottom_separator": "rgb(61, 65, 72)",
      "toolbar_field_border": "rgb(40, 44, 52)",
      "toolbar_field_focus": "rgb(61, 65, 72)",
      "toolbar_field_highlight_text": "rgb(246, 247, 248)",
      "toolbar_field_highlight": "rgb(38, 139, 210)",
      "toolbar_field_separator": "rgb(40, 44, 52)",
      "toolbar_field_text_focus": "rgb(171, 178, 191)",
      "toolbar_top_separator": "rgb(61, 65, 72)",
      "tab_loading": "rgb(97, 175, 239)"
    }
  }
}