From 8401a8e982fd92ad5c467f506068b843ab1d293d Mon Sep 17 00:00:00 2001 From: BuriXon-code Date: Mon, 20 Jan 2025 17:14:58 +0100 Subject: [PATCH 1/3] Add files via upload --- plugins/burixon-dark.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 plugins/burixon-dark.json diff --git a/plugins/burixon-dark.json b/plugins/burixon-dark.json new file mode 100644 index 0000000..0ddf11b --- /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/BuriXon-code/micro-burixon-dark/themes/burixon-dark.zip", + "Require": { + "micro": ">=1.1.3" + } + } + ] + } +] \ No newline at end of file From 82cd0d55a2a992c694c1d6fd3e905233ae839d24 Mon Sep 17 00:00:00 2001 From: BuriXon-code Date: Mon, 20 Jan 2025 17:15:58 +0100 Subject: [PATCH 2/3] channel.json --- channel.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" ] From 988b8d917ba45ee85a6bff1712256615135486c6 Mon Sep 17 00:00:00 2001 From: BuriXon-code Date: Mon, 20 Jan 2025 17:17:52 +0100 Subject: [PATCH 3/3] burixon-dark.json --- plugins/burixon-dark.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/burixon-dark.json b/plugins/burixon-dark.json index 0ddf11b..b6d8ac8 100644 --- a/plugins/burixon-dark.json +++ b/plugins/burixon-dark.json @@ -9,11 +9,11 @@ "Versions": [ { "Version": "1.0.0", - "Url": "https://github.com/BuriXon-code/micro-burixon-dark/themes/burixon-dark.zip", + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/burixon-dark-1.0.0.zip", "Require": { "micro": ">=1.1.3" } } ] } -] \ No newline at end of file +]