Simple Programmer's Theme 2

Simple Programmer's Theme 2

This is a theme inspired by the default command promt.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Simple Programmer's Theme 2",
  "manifest_version": 2,
  "version": "1.0",
  "theme": {
    "images": {
      "theme_frame": "Unbenannt.png"
    },
    "colors": {
      "frame": "rgba(0, 0, 0, 1)",
      "tab_background_text": "rgba(204, 204, 204, 1)",
      "toolbar": "rgba(79, 79, 79, 1)",
      "bookmark_text": "rgba(204, 204, 204, 1)",
      "toolbar_field": "rgba(0, 0, 0, 1)",
      "tab_line": "rgba(204, 204, 204, 1)"
    }
  }
}