Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/palettero.json",

// cheat plugin
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json"
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/micro-cheat.json",

// burixon-dark colorschemes
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/burixon-dark.json"

]
19 changes: 19 additions & 0 deletions plugins/burixon-dark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"Name": "burixon-dark",
"Description": "A collection of beautiful themes for the Micro editor",
"Website": "https://github.com/BuriXon-code/micro-burixon-dark",
"Author": "BuriXon-code",
"Tags": ["colorscheme"],
"License": "MIT",
"Versions": [
{
"Version": "1.0.0",
"Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/burixon-dark-1.0.0.zip",
"Require": {
"micro": ">=1.1.3"
}
}
]
}
]