QColor
Awesome Sublime Color Highlighter, Converter and Picker
Details
Installs
- Total 673
- Win 348
- Mac 181
- Linux 144
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Mac | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
QColor
Awesome Sublime Color Highlighter, Converter and Picker
Installation
pip3 install pywebview
- 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 |
---|---|
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()