Skip to content

Commit b1d517d

Browse files
authored
Update README.md
1 parent c338c94 commit b1d517d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
<br><br>
33

44
*vivid* is a manager for `LS_COLORS` expressions to control the colorized output of
5-
[`ls`](https://www.gnu.org/software/coreutils/), [`tree`](http://mama.indstate.edu/users/ice/tree/),
5+
[`ls`](https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html#ls-invocation), [`tree`](http://mama.indstate.edu/users/ice/tree/),
66
[`fd`](https://github.com/sharkdp/fd), etc.
77

88
It uses a YAML-based configuration format for the [filetype-database](config/filetypes.yml)
9-
and the [color themes](themes/molokai.yml). In contrast to `dircolors`, the database and
10-
the themes are organized in different files. This allows different users to choose different
11-
themes. Instead of using (cryptic) ANSI escape codes, colors can be specified in the `RRGGBB`
12-
format and will be translated to either truecolor (24-bit) ANSI codes or 8-bit codes for
13-
older terminal emulators.
9+
and the [color themes](themes/molokai.yml). In contrast to
10+
[`dircolors`](https://www.gnu.org/software/coreutils/manual/html_node/dircolors-invocation.html#dircolors-invocation),
11+
the database and the themes are organized in different files. This allows different users
12+
to choose different themes. Instead of using (cryptic) ANSI escape codes, colors can be
13+
specified in the `RRGGBB` format and will be translated to either truecolor (24-bit) ANSI
14+
codes or 8-bit codes for older terminal emulators.
1415

1516
#### Usage
1617
``` bash

0 commit comments

Comments
 (0)