An open API service indexing awesome lists of open source software.

https://github.com/micro-garden/pub-colorschemes

A public color scheme collection for the micro text editor.
https://github.com/micro-garden/pub-colorschemes

collection color-theme colorscheme micro micro-editor micro-plugin plugin terminal text-editor

Last synced: about 1 month ago
JSON representation

A public color scheme collection for the micro text editor.

Awesome Lists containing this project

README

          

# Public Colors Plugin for Micro

A public color scheme collection for the
[micro](https://micro-editor.github.io/) text editor.

See [help/pubcolors.md](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:

```sh
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
```

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:

```sh
mkdir -p ~/.config/micro/colorschemes
cp colorschemes/*.micro ~/.config/micro/colorschemes/
```

Then set the colorscheme as usual:

```
set colorscheme
```

This will work even without installing the plugin.

## License

MIT.

## Author

Aki Kareha (aki@kareha.org)

## Credits

* [micro-burixon-dark](https://github.com/BuriXon-code/micro-burixon-dark) by
[Kamil BuriXon Burek](https://github.com/BuriXon-code)
* [micro-textpad-similar-theme](https://github.com/helio-frota/micro-textpad-similar-theme)
by [Helio Frota](https://github.com/helio-frota)
* [Micro Nord Colors](https://github.com/KiranWells/micro-nord-tc-colors) by
[Kiran Wells](https://github.com/KiranWells)
* [Photon-Racer](https://github.com/edelsonc/micro-photon-racer) by
[Charlie Edelson](https://github.com/edelsonc)
* [Blue Mood for micro](https://gitlab.com/lmintmate/blue-mood-micro) by
[lmintmate](https://gitlab.com/lmintmate)