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