mirror of
https://github.com/miguelmota/cointop
synced 2024-11-10 13:10:26 +00:00
1.1 KiB
1.1 KiB
title | date | draft |
---|---|---|
Colorschemes | 2020-01-01T00:00:00-00:00 | false |
Colorschemes
cointop supports custom colorschemes (themes).
To use standard colorschemes, clone the colors repository into the config directory:
$ cd ~/.config/cointop
$ git clone git@github.com:cointop-sh/colors.git
Then edit your config ~/.config/cointop/config.toml
and set the colorscheme you want to use:
colorscheme = "<colorscheme>"
The colorscheme name is the name of the colorscheme TOML file.
For example, if you have matrix.toml
in ~/.cointop/colors/
then the colorscheme
property should be set to:
colorscheme = "matrix"
Alternatively, you can run cointop with the --colorscheme
flag to set the colorscheme:
$ cointop --colorscheme matrix
To create your own colorscheme; simply copy an existing colorscheme, rename it, and customize the colors.