mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
Add gruvbox truecolor colorscheme (#530)
* Add gruvbox truecolor colorscheme * Fixed typo in gruvbox-tv, added operator type in colorschemes * Added operator type to all default themes * Changed operator to symbol * changed operator to symbol due to name conflict * Removed unused 'operator' field. Fixed gutter-error color * Restored the statement group and removed operator
This commit is contained in:
committed by
Zachary Yedidia
parent
ea57d8b883
commit
f7560c3311
@@ -19,11 +19,11 @@ Micro comes with a number of colorschemes by default. Here is the list:
|
||||
|
||||
* zenburn: The 'zenburn' colorscheme and works well with 256 color terminals
|
||||
|
||||
* solarized: this is the solarized colorscheme.
|
||||
* solarized: this is the solarized colorscheme.
|
||||
You should have the solarized color palette in your terminal to use it.
|
||||
|
||||
* solarized-tc: this is the solarized colorscheme for true color; just
|
||||
make sure your terminal supports true color before using it and that the
|
||||
* solarized-tc: this is the solarized colorscheme for true color; just
|
||||
make sure your terminal supports true color before using it and that the
|
||||
MICRO_TRUECOLOR environment variable is set to 1 before starting micro.
|
||||
|
||||
* atom-dark-tc: this colorscheme is based off of Atom's "dark" colorscheme.
|
||||
@@ -95,6 +95,7 @@ Here is a list of the colorscheme groups that you can use:
|
||||
* identifier
|
||||
* constant
|
||||
* statement
|
||||
* symbol
|
||||
* preproc
|
||||
* type
|
||||
* special
|
||||
|
||||
Reference in New Issue
Block a user