https://github.com/squiddy/vscode-xcolor
Integration of xcolor into the VSCode editor
https://github.com/squiddy/vscode-xcolor
extension visual-studio-code x11
Last synced: about 1 month ago
JSON representation
Integration of xcolor into the VSCode editor
- Host: GitHub
- URL: https://github.com/squiddy/vscode-xcolor
- Owner: squiddy
- License: mit
- Created: 2018-04-21T14:41:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T09:23:19.000Z (about 7 years ago)
- Last Synced: 2025-03-15T03:48:07.761Z (about 1 month ago)
- Topics: extension, visual-studio-code, x11
- Language: TypeScript
- Size: 815 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-xcolor
[](https://opensource.org/licenses/MIT)
[](https://marketplace.visualstudio.com/items?itemName=squiddy.vscode-xcolor)Pick any color on the screen and have the hexadecimal representation insert
into the currently active editor. This is a thin wrapper around the
[xcolor](https://github.com/Soft/xcolor) program.## Features

## Usage
Once you have an editor open, you can trigger the `Pick screen color`
command. You should see a small preview window attached to your cursor, once
you selected a color, the hexcode will be inserted at the current position of
the cursor.## Requirements
This extension requires you to have `xcolor` installed globally. See
https://github.com/Soft/xcolor for installation instructions.Note that `xcolor` only supports linux systems running X11.