raphaelquintao / QColor

Awesome Sublime Color Highlighter, Converter and Picker

Home Page:https://packagecontrol.io/packages/QColor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QColor

Awesome Sublime Color Highlighter, Converter and Picker

Installation

  1. pip3 install pywebview
  2. Restart Sublime

Settings

phantom_shape - Shape of the color phantom displayed, "square" or "circle".
hsl_precision - Number of decimal places in HSL precision.
hex_upper_case - Display hex values in upper case.
hover_preview - Enable a color preview when hovering over a color.
named_colors - Enable phantoms for named colors such as "red", "blue".

Menu Options

QColor: Picker - Open the pywebview color picker.
QColor: Show Colors - Show color phantoms.
QColor: Hide Colors - Hide color phantoms.
QColor: Toggle Colors - Toggle color phantoms.
QColor: Settings - Edit the QColor settings files.
QColor: Key Bindings - Edit the QColor key bindings.

Key Bindings

ctrl+shift+c - Open the color picker.
alt+shift+c - Open the color convertor.
alt+ctrl+c - Toggle color phantoms.

Screenshots

Picker Converter
Screenshot from 2021-09-04 15-53-27 image

Possible problems

If picker dont works, maybe you having some problem with pywebview. You can try run the following python code to check if webview is working properly.

import webview
webview.create_window('Hello world', 'https://pywebview.flowrl.com/hello')
webview.start()

About

Awesome Sublime Color Highlighter, Converter and Picker

https://packagecontrol.io/packages/QColor

License:MIT License


Languages

Language:Python 100.0%