A VS Code Extension that names colors using ntc.js
ntc.js를 사용해서 색상의 이름을 지정하는 VS Code Extension입니다.
Among the defined names, the name that matches or has the most similar color to the selected HEX Code is saved to the clipboard.
정의된 이름 중 선택된 HEX Code와 일치하거나 가장 유사한 색깔의 이름을 클립보드에 저장합니다.
- ex) #000 -> black
- ex) #111 -> cod-gray-180
Extracts colors from open files and recommends color names in the tree view.
열려 있는 파일에서 색상을 추출하고 트리뷰에 색상 이름을 추천합니다.
-
"colorNaming.caseStyle": "Kebab"
NAME DESC Kebab (default) ex) kebab-case, light-gray-10 Camel ex) camelCase, lightGray_10