File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
<br ><br >
3
3
4
4
* 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/ ) ,
6
6
[ ` fd ` ] ( https://github.com/sharkdp/fd ) , etc.
7
7
8
8
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.
14
15
15
16
#### Usage
16
17
``` bash
You can’t perform that action at this time.
0 commit comments