A public color scheme collection for the micro text editor.
See help/pubcolors.md for more details.
Place the plugin folder in ~/.config/micro/plug/pubcolors/, or clone it
directly from the GitHub repository:
mkdir -p ~/.config/micro/plug
git clone https://github.com/micro-garden/pub-colorschemes ~/.config/micro/plug/pubcolorsThen restart micro and run:
set colorscheme <colorscheme-name>
Alternatively, this plugin is also available through the unofficial plugin
channel:
https://github.com/micro-garden/unofficial-plugin-channel
You can install it by adding the channel and then using plugin install.
If you prefer not to install the entire plugin, you can copy the color scheme files directly:
mkdir -p ~/.config/micro/colorschemes
cp colorschemes/*.micro ~/.config/micro/colorschemes/Then set the colorscheme as usual:
set colorscheme <colorscheme-name>
This will work even without installing the plugin.
MIT.
Aki Kareha (aki@kareha.org)