Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T09:23:19.000Z (over 6 years ago)
- Last Synced: 2024-10-24T04:28:48.599Z (2 months ago)
- Topics: extension, visual-studio-code, x11
- Language: TypeScript
- Size: 815 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-xcolor
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/v/squiddy.vscode-xcolor.svg)](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
![Demo animation](extras/demo.gif)
## 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.