Skip to content

Instantly share code, notes, and snippets.

@bethropolis
Last active June 8, 2023 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bethropolis/63b21fc999c51181d023346032e25f1a to your computer and use it in GitHub Desktop.
Save bethropolis/63b21fc999c51181d023346032e25f1a to your computer and use it in GitHub Desktop.
a plugin file for Haze editor
[
{
"name": "Retro Theme",
"description": "Experience the beauty of a retro style with this captivating theme.",
"version": "1.0.0",
"image": "http://localhost/plugins/img/img.png",
"type": "theme",
"file": "https://gist.githubusercontent.com/bethropolis/d50c3e9c1055243dca86ca9e0f9f8fbe/raw/46423a9229e8c2211166d56baf07054957d7f45e/retro.css",
"mode": "light",
"author": "bethropolis"
},
{
"name": "Gothic theme",
"description": "Experience the beauty of a gothic style with this captivating theme.",
"version": "1.0.0",
"image": "http://localhost/plugins/img/img.png",
"type": "theme",
"file": "https://gist.githubusercontent.com/bethropolis/05864289c4769f3a0773791d6fff0541/raw/f0caa9adc14f14267e5073a520f9493686e28d99/gothic.css",
"mode": "dark",
"author": "bethropolis"
},
{
"name": "Dark blue Theme",
"description": "Experience the beauty of a dark blue style with this captivating theme.",
"version": "1.0.0",
"image": "http://localhost/plugins/img/img.png",
"type": "theme",
"file": "https://gist.githubusercontent.com/bethropolis/870c2bdc64d9c8862bb1744e819a0979/raw/4ef3f42c760654e7c7de34d0fbfb70b5728b8d6f/blue.css",
"mode": "dark",
"author": "bethropolis"
},
{
"name": "pastel",
"description": "Experience the beauty of a pastel style with this captivating theme.",
"version": "5.0.0",
"image": "http://localhost/plugins/img/img.png",
"type": "theme",
"file": "https://gist.githubusercontent.com/bethropolis/1201dde881e77d94362f3fd5425e7369/raw/f9030beef4c9a753e61f0b4906b3da4df69f5f21/pastel.css",
"mode": "light",
"author": "bethropolis"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment