Skip to content

Commit

Permalink
Adjust formatting of colorscheme option description
Browse files Browse the repository at this point in the history
  • Loading branch information
niten94 committed Jan 19, 2025
1 parent a1e2da2 commit 8e8a9bb
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions runtime/help/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,15 @@ Here are the available options:

default value: `0`

* `colorscheme`: loads the colorscheme stored in
$(configDir)/colorschemes/`option`.micro, This setting is `global only`.

default value: `default`

Note that the default colorschemes (default, solarized, and solarized-tc)
are not located in configDir, because they are embedded in the micro
binary.

* `colorscheme`: loads the colorscheme stored in `(option).micro`.
The colorscheme can be selected from all the files in the
`~/.config/micro/colorschemes/` directory. Micro comes by default with
three colorschemes:
`~/.config/micro/colorschemes/` directory. This setting is `global only`.
Note: The colorschemes that micro comes with by default are not located in
`colorschemes/`, because they are embedded in the micro binary. You can see
the list of default colorschemes and read more about micro's colorschemes in
the `colors` help topic (`help colors`).

You can read more about micro's colorschemes in the `colors` help topic
(`help colors`).
default value: `default`

* `cursorline`: highlight the line that the cursor is on in a different color
(the color is defined by the colorscheme you are using).
Expand Down

0 comments on commit 8e8a9bb

Please sign in to comment.