mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Make zenburn the default colorscheme
This commit also adds better support for constant.number in the syntax files.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -150,12 +150,12 @@ func GetOption(name string) interface{} {
|
||||
return GetGlobalOption(name)
|
||||
}
|
||||
|
||||
// DefaultSettings returns the default settings for micro
|
||||
// DefaultGlobalSettings returns the default global settings for micro
|
||||
// Note that colorscheme is a global only option
|
||||
func DefaultGlobalSettings() map[string]interface{} {
|
||||
return map[string]interface{}{
|
||||
"autoindent": true,
|
||||
"colorscheme": "monokai",
|
||||
"colorscheme": "zenburn",
|
||||
"cursorline": false,
|
||||
"ignorecase": false,
|
||||
"indentchar": " ",
|
||||
|
||||
Reference in New Issue
Block a user