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" + } + } + ] + } +]