Examine source code of DuckDuckGo Terminal(Unofficial)

Inspect and view changes in DuckDuckGo Terminal(Unofficial) 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
// color palette
// dark black: rgb(27, 27, 27)
// light black: rgb(34, 34, 34)
// lighter black: rgb(40, 40, 40)
// dark grey separator: rgb(69, 69, 69)
// light grey (work with dark black): rgb(188, 188, 188)
// dark white: rgb(201, 201, 201)

// blue: RGB(0, 120, 215)
// orange: rgb(222, 88, 51)
// yellow: rgb(161, 172, 37)
// green: rgb(80, 241, 72)

{
  "manifest_version": 2,
  "name": "DuckDuckGo Terminal(Unofficial)",
  "version": "3.1",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "frame": "rgb(40, 40, 40)",
      "icons_attention": "rgb(222, 88, 51)",
      "ntp_background": "rgb(34, 34, 34)",
      "ntp_text": "rgb(201, 201, 201)",
      "popup": "rgb(27, 27, 27)",
      "popup_text": "rgb(201, 201, 201)",
      "popup_highlight": "white",
      "popup_highlight_text": "rgb(0, 120, 215)",
      "popup_border": "rgb(27, 27, 27)",
      "sidebar": "rgb(27, 27, 27)",
      "sidebar_text": "rgb(201, 201, 201)",
      "tab_background_separator": "rgb(188, 188, 188)",
      "tab_background_text": "rgb(161, 172, 37)",
      "toolbar": "rgb(34, 34, 34)",
      "toolbar_text": "rgb(188, 188, 188)",
      "toolbar_field": "rgb(27, 27, 27)",
      "toolbar_field_border_focus": "rgb(27, 27, 27)",
      "toolbar_field_text": "rgb(80, 241, 72)",
      "tab_line": "rgb(222, 88, 51)",
      "tab_loading": "rgb(222, 88, 51)"
    }
  }
}