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.
- Host: GitHub
- URL: https://github.com/micro-garden/pub-colorschemes
- Owner: micro-garden
- License: mit
- Created: 2025-08-05T01:28:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-05T01:44:44.000Z (10 months ago)
- Last Synced: 2025-10-25T15:15:24.076Z (7 months ago)
- Topics: collection, color-theme, colorscheme, micro, micro-editor, micro-plugin, plugin, terminal, text-editor
- Language: Lua
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)