Sha256: 273fb7b8a085e470f0252b2f8672a629d684c0f436b2724d7eac246fd6ce61a8
Contents?: true
Size: 485 Bytes
Versions: 4
Compression:
Stored size: 485 Bytes
Contents
# Color Schemes ## Available Colors - [Neutral](#neutral) _(default)_ - [Blue](#blue) ### Neutral _(default)_  ```ruby <%= render Matey::[ComponentType].new(..., color_scheme: "neutral") %> ``` Note: If `color_scheme` argument is omitted, color scheme value defaults to `neutral` ### Blue  ```ruby <%= render Matey::[ComponentType].new(..., color_scheme: 'blue') %> ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
matey-0.2.0 | COLOR_SCHEMES.md |
matey-0.1.6 | COLOR_SCHEMES.md |
matey-0.1.5 | COLOR_SCHEMES.md |
matey-0.1.4 | COLOR_SCHEMES.md |