https://github.com/lysyi3m/colornamer
Colornamer plugin for Atom edtior
https://github.com/lysyi3m/colornamer
apm atom-plugin color css
Last synced: 7 months ago
JSON representation
Colornamer plugin for Atom edtior
- Host: GitHub
- URL: https://github.com/lysyi3m/colornamer
- Owner: lysyi3m
- License: mit
- Created: 2015-09-27T05:11:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T00:33:49.000Z (almost 10 years ago)
- Last Synced: 2025-04-29T04:43:15.146Z (10 months ago)
- Topics: apm, atom-plugin, color, css
- Language: CoffeeScript
- Homepage:
- Size: 37.1 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Colornamer
[]()
[](https://atom.io/packages/colornamer)

Helps you to specify your color variables in more humanized way, based on [great collection](http://chir.ag/projects/ntc/) of over 1,5k named colors.
## Install
```
$ apm install colornamer
```
or open Atom and go to Preferences > Install and search for `Colornamer` package
## Use
Hit `cmd-alt-n` (mac) / `ctrl-shift-n` (win & linux) or search for `Colornamer` in the Command Palette.
## Configs
Colornamer supports output formatting in following styles:
```
camel case: awesomeColorName
snake case: awesome_color_name
start case: Awesome Color Name
kebab case: awesome-color-name
```
Colornamer accept following color formats: HEX, RGB, RGBa, HSL, HSLa