Skip to content

micro-garden/pub-colorschemes

Repository files navigation

Public Colors Plugin for Micro

A public color scheme collection for the micro text editor.

See help/pubcolors.md for more details.

Installation

Option 1: Install as a plugin

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/pubcolors

Then 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.

Option 2: Use the colorscheme files only

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.

License

MIT.

Author

Aki Kareha (aki@kareha.org)

Credits