divlook / vscode-color-naming

A VS Code Extension that names colors using ntc.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Naming

A VS Code Extension that names colors using ntc.js

ntc.js를 사용해서 색상의 이름을 지정하는 VS Code Extension입니다.

Features

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.

열려 있는 파일에서 색상을 추출하고 트리뷰에 색상 이름을 추천합니다.

Extension Settings

  • "colorNaming.caseStyle": "Kebab"

    NAME DESC
    Kebab (default) ex) kebab-case, light-gray-10
    Camel ex) camelCase, lightGray_10

References

Open Source Credits

About

A VS Code Extension that names colors using ntc.js.

License:MIT License


Languages

Language:TypeScript 100.0%