Examine source code of Dark Linux

Inspect and view changes in Dark Linux 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.2",
  "name": "Dark Linux",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(68, 68, 68)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(44, 44, 44)",
      "tab_background_text": "rgb(221, 221, 221)",
      "toolbar_field": "rgb(44, 44, 44)",
      "toolbar_field_text": "rgb(221, 221, 221)",
      "tab_line": "rgb(0, 106, 255)",
      "popup": "rgb(44, 44, 44)",
      "popup_text": "rgb(221, 221, 221)",
      "tab_loading": "rgb(0, 106, 255)"
    }
  }
}