From efd8b34ee0b66f680d27b31a3b71d48ec1b0b2db Mon Sep 17 00:00:00 2001 From: BuriXon-code Date: Sun, 4 Jan 2026 08:37:12 +0100 Subject: [PATCH] add new plugin and colorscheme --- channel.json | 8 +++++++- plugins/burixon-dark.json | 19 +++++++++++++++++++ plugins/retab.json | 19 +++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 plugins/burixon-dark.json create mode 100644 plugins/retab.json diff --git a/channel.json b/channel.json index 6bd00cc..81a4a7a 100644 --- a/channel.json +++ b/channel.json @@ -87,6 +87,12 @@ "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", + + // retab plugin + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/retab.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" + } + } + ] + } +] diff --git a/plugins/retab.json b/plugins/retab.json new file mode 100644 index 0000000..a78ed70 --- /dev/null +++ b/plugins/retab.json @@ -0,0 +1,19 @@ +[ + { + "Name": "retab", + "Description": "Utility for replacing indents TAB <-> SPACE.", + "Website": "https://github.com/BuriXon-code/micro-retab-plugin", + "Author": "Kamil BuriXon Burek", + "Tags": ["plugin"], + "License": "MIT", + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/retab-1.0.0.zip", + "Require": { + "micro": ">=2.0.0" + } + } + ] + } +]