File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -79,22 +79,16 @@ Here are the available options:
7979
8080 default value: ` 0 `
8181
82- * ` colorscheme ` : loads the colorscheme stored in
83- $(configDir)/colorschemes/` option ` .micro, This setting is ` global only ` .
82+ * ` colorscheme ` : use the given colorscheme. This setting is ` global only ` .
83+ The colorscheme can be either one of the colorschemes that micro comes with
84+ by default (such as ` default ` , ` solarized ` or ` solarized-tc ` ) which are
85+ embedded in the micro binary, or a custom colorscheme stored in
86+ ` ~/.config/micro/colorschemes/$(option).micro ` where ` $(option) ` is the
87+ option value. You can read more about micro's colorschemes and see the list
88+ of default colorschemes in ` > help colors ` .
8489
8590 default value: ` default `
8691
87- Note that the default colorschemes (default, solarized, and solarized-tc)
88- are not located in configDir, because they are embedded in the micro
89- binary.
90-
91- The colorscheme can be selected from all the files in the
92- ` ~/.config/micro/colorschemes/ ` directory. Micro comes by default with
93- three colorschemes:
94-
95- You can read more about micro's colorschemes in the ` colors ` help topic
96- (` help colors ` ).
97-
9892* ` cursorline ` : highlight the line that the cursor is on in a different color
9993 (the color is defined by the colorscheme you are using).
10094
You can’t perform that action at this time.
0 commit comments