mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-07 15:40:24 +09:00
The default colorschemes should ideally use 256 colors instead of just 16 colors. The `simple` colorscheme should cover most 16 color use cases. I went through the colorschemes and put the themes that didn't look good or looked incomplete in an in_progress directory. This commit also improves the `cd` command behavior when using an unnamed buffer.
Runtime files for Micro
This directory will be embedded in the Go binary for portability, but it may just as well be put in ~/.config/micro. If you would like to make your own colorschemes
and syntax files, you can put them in ~/.config/micro/colorschemes and ~/.config/micro/syntax respectively.