Examine source code of kristofferhagen-nord-theme

Inspect and view changes in kristofferhagen-nord-theme 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
{
  "author": "Kristoffer Rødsdalen Hagen",
  "manifest_version": 2,
  "name": "nord-theme",
  "description": "Nord theme",
  "version": "2.0",
  "theme": {
    "colors": {
      "button_background_active": "#5e81ac",
      "button_background_hover": "#4c566a",
      "icons": "#eceff4",
      "icons_attention": "#ebcb8b",
      "ntp_background": "#2e3440",
      "ntp_text": "#eceff4",
      "popup": "#3b4252",
      "popup_border": "#434c5e",
      "popup_highlight": "#5e81ac",
      "popup_highlight_text": "#eceff4",
      "popup_text": "#eceff4",
      "sidebar": "#3b4252",
      "sidebar_border": "#434c5e",
      "sidebar_highlight": "#5e81ac",
      "sidebar_highlight_text": "#eceff4",
      "sidebar_text": "#eceff4",
      "tab_background_separator": "#d8dee9",
      "tab_line": "#5e81ac",
      "tab_loading": "#5e81ac",
      "tab_selected": "#3b4252",
      "tab_text": "#eceff4",
      "toolbar": "#3b4252",
      "toolbar_bottom_separator": "#434c5e",
      "toolbar_field": "#4c566a",
      "toolbar_field_border": "#2e3440",
      "toolbar_field_border_focus": "#5e81ac",
      "toolbar_field_focus": "#4c566a",
      "toolbar_field_highlight": "#5e81ac",
      "toolbar_field_highlight_text": "#eceff4",
      "toolbar_field_separator": "#3b4252",
      "toolbar_field_text": "#eceff4",
      "toolbar_field_text_focus": "#eceff4",
      "toolbar_top_separator": "#434c5e",
      "toolbar_vertical_separator": "#2e3440",
      "frame": "#2e3440",
      "tab_background_text": "#eceff4",
      "bookmark_text": "#d8dee9"
    }
  }
}