Change default colorscheme to monokai

The monokai-tc colorscheme has been renamed to plain monokai and has
been made the default colorscheme. It is still a true color colorscheme,
but the automatic 256 color approximation is very good so it can be used
just fine in terminals which do not support true color.

If your terminal only supports 16 colors, used the 'default'
colorscheme.
This commit is contained in:
Zachary Yedidia
2016-07-05 18:34:51 -04:00
parent cb238db307
commit 3d3b76a31c
4 changed files with 29 additions and 29 deletions

View File

@@ -73,7 +73,7 @@ func GetOption(name string) interface{} {
func DefaultSettings() map[string]interface{} {
return map[string]interface{}{
"autoindent": true,
"colorscheme": "default",
"colorscheme": "monokai",
"cursorline": false,
"ignorecase": false,
"indentchar": " ",