mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
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:
@@ -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": " ",
|
||||
|
||||
Reference in New Issue
Block a user