Skip to content

cointop-sh/colors

Repository files navigation

cointop colors

Standard colorschemes (themes) for cointop

License PRs Welcome

Contents

Installation

Clone into config directory:

$ cd ~/.cointop
$ git clone [email protected]:cointop-sh/colors.git

Edit ~/.config/cointop/config.toml and set colorscheme:

colorscheme = "matrix"

Colorschemes

In alphabetical order:

cointop

crimson

grayscale

homebrew

iceberg

mars

matrix

synthwave

Uses system default color.

system

xray

Contributing

If you have a cool and unique theme that you'd like to share, please fork and submit a PR!

Supported colors are:

  • black
  • blue
  • cyan
  • green
  • magenta
  • red
  • white
  • yellow
  • default - system default

FAQ

  • Q: Why don't colorschemes support RGB or hex colors?

    • A: Some of the cointop underlying rendering libraries don't support true colors. See issue.

License

MIT