Update readme

pull/38/head
Miguel Mota 5 years ago
parent a255d67e03
commit 434db031ee
No known key found for this signature in database
GPG Key ID: 67EC1161588A00F9

@ -369,13 +369,21 @@ Then edit your config `~/.cointop/config.toml` and set the colorscheme you want
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:
```toml
colorscheme = "matrix"
```
To create your own colorscheme, simply copy an existing colorscheme, rename it, and customize the colors.
Alternatively, you can run cointop with the `--colorscheme` flag to set the colorscheme:
```bash
$ cointop --colorscheme matrix
```
To create your own colorscheme; simply copy an existing [colorscheme](https://github.com/cointop-sh/colors/blob/master/cointop.toml), rename it, and customize the colors.
## Config

Loading…
Cancel
Save