Colors of Channel.io
Channel-Colors is an color scheme used and created by Channel.io.
Anyone can download pre built scheme(recommended) or build manually with original .colors.json file.
Supported Platforms / Download / Usage
We provide pre built latest distributions.
SCSS (https://sass-lang.com/)
Usage
div
CSS
Usage
Android XML (https://developer.android.com/guide/topics/resources/more-resources)
Usage
JSON:
Scheme
Manual Build
It builds platform-dependent color resources by single maintenance point.
Prerequisite
Needs NPM: package manager. To install it, see Downloading and installing Node.js and npm.
Commands
npm run build
: Build colors for all supported platforms after cleaning up previous outputs.npm run test
: Not supported yet.
ETC
npm run cleanup
: Cleanup previous outputs. Can not be undone.
Outputs
├── src
│ └── default.colors.json # Original source to compile
└── dist
├── android.default.colors.json # Resource for Android
├── default.colors.json # Simple JSON
├── default.colors.scss # SCSS
└── default.colors.css # CSS
License
MIT License.