Rename 'default' colorscheme to 'simple'

This commit also adds an additional name for zenburn as 'default'
so you can refer to zenburn as 'default' or as 'zenburn'
This commit is contained in:
Zachary Yedidia
2016-08-28 13:07:47 -04:00
parent aa9dbdde3e
commit 90e0a2ec1a
4 changed files with 39 additions and 18 deletions

View File

@@ -9,11 +9,12 @@ This help page aims to cover two aspects of micro's syntax highlighting engine:
Micro comes with a number of colorschemes by default. Here is the list:
* default: this is the simplest colorscheme. It uses 16 colors which are
* simple: this is the simplest colorscheme. It uses 16 colors which are
set by your terminal
* zenburn: this is micro's default colorscheme because it looks very good
and works in 256 color terminals.
this colorscheme also has the name 'default'
* solarized: this is the solarized colorscheme.
You should have the solarized color palette in your terminal to use it.