themer/cli/packages/colors-polar-ice/README.md

22 lines
1.0 KiB
Markdown
Raw Normal View History

2020-04-25 12:57:01 +00:00
# @themer/colors-polar-ice
2018-10-07 04:04:33 +00:00
A chilly color set for [themer](https://github.com/mjswensen/themer).
2020-04-25 19:41:12 +00:00
Here's an example of `@themer/colors-polar-ice` in [vim](https://github.com/mjswensen/themer/tree/master/cli/packages/vim) and [iTerm](https://github.com/mjswensen/themer/tree/master/cli/packages/iterm):
2018-10-07 04:04:33 +00:00
2018-10-11 02:58:50 +00:00
![Preview - dark](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-colors-polar-ice/assets/themer-colors-polar-ice-dark.png)
2018-10-07 04:04:33 +00:00
2020-04-25 19:26:27 +00:00
And the light variant in [Sublime Text](https://github.com/mjswensen/themer/tree/master/cli/packages/sublime-text):
2018-10-07 04:04:33 +00:00
2018-10-11 02:58:50 +00:00
![Preview - light](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-colors-polar-ice/assets/themer-colors-polar-ice-light.png)
2018-10-07 04:04:33 +00:00
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 12:57:01 +00:00
npm install @themer/colors-polar-ice
2018-10-07 04:04:33 +00:00
2020-04-25 12:57:01 +00:00
Then pass `@themer/colors-polar-ice` as a `-c` (`--colors`) arg to `themer`:
2018-10-07 04:04:33 +00:00
2020-04-25 12:57:01 +00:00
themer -c @themer/colors-polar-ice ...