Make monokai the default colorscheme

Monokai is a better default colorscheme because it has a better 16
color approximation than zenburn. On 16 color terminals, it looks like
zenburn is not syntax highlighting anything.
This commit is contained in:
Zachary Yedidia
2016-10-11 09:09:56 -04:00
parent f85dd77036
commit 905d4d7020
3 changed files with 23 additions and 22 deletions

View File

@@ -178,7 +178,7 @@ func DefaultGlobalSettings() map[string]interface{} {
"autoindent": true,
"autosave": false,
"colorcolumn": float64(0),
"colorscheme": "zenburn",
"colorscheme": "default",
"cursorline": true,
"ignorecase": false,
"indentchar": " ",