You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/docs/content/colorschemes.md

1.1 KiB

title date draft
Colorschemes 2020-01-01T00:00:00-00:00 false

Colorschemes

cointop supports custom colorschemes (themes).

cointop colorschemes

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.