From dd86e2afb4abf1af43ce5bdf136ffc26b183ad7e Mon Sep 17 00:00:00 2001 From: vish9812 Date: Sun, 9 Aug 2026 02:05:49 +0530 Subject: [PATCH] Add scrollz plugin and ember colorschemes Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01PgFHKqrxXsZFDXs5wLdJrW --- channel.json | 8 +++++++- plugins/ember.json | 29 +++++++++++++++++++++++++++++ plugins/scrollz.json | 26 ++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 plugins/ember.json create mode 100644 plugins/scrollz.json diff --git a/channel.json b/channel.json index 6bd00cc..c2af126 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", + + // scrollz plugin + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/scrollz.json", + + // ember colorschemes + "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/plugins/ember.json" ] diff --git a/plugins/ember.json b/plugins/ember.json new file mode 100644 index 0000000..188dd76 --- /dev/null +++ b/plugins/ember.json @@ -0,0 +1,29 @@ +[ + { + "Name": "ember", + "Description": "Four warm truecolor colorschemes: two transparent darks, one opaque dark, one light", + "Author": "vish9812", + "Website": "https://github.com/vish9812/micro-ember", + "License": "MIT", + "Tags": [ + "colorscheme", + "colorschemes", + "colors", + "color", + "theme", + "themes", + "truecolor", + "dark", + "light" + ], + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/vish9812/micro-ember/archive/v1.0.0.zip", + "Require": { + "micro": ">=2.0.0" + } + } + ] + } +] diff --git a/plugins/scrollz.json b/plugins/scrollz.json new file mode 100644 index 0000000..d12e27f --- /dev/null +++ b/plugins/scrollz.json @@ -0,0 +1,26 @@ +[ + { + "Name": "scrollz", + "Description": "Scroll the cursor's line to the top or bottom of the view, and half-page jumps that bring the cursor with you, centered", + "Author": "vish9812", + "Website": "https://github.com/vish9812/micro-scrollz", + "License": "MIT", + "Tags": [ + "scroll", + "scrolling", + "viewport", + "navigation", + "softwrap", + "vim" + ], + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/vish9812/micro-scrollz/archive/v1.0.0.zip", + "Require": { + "micro": ">=2.0.0" + } + } + ] + } +]