diff --git a/channel.json b/channel.json index 6bd00cc..4b1cc2c 100644 --- a/channel.json +++ b/channel.json @@ -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" ] diff --git a/plugins/burixon-dark.json b/plugins/burixon-dark.json new file mode 100644 index 0000000..b6d8ac8 --- /dev/null +++ b/plugins/burixon-dark.json @@ -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" + } + } + ] + } +]