ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

QColor

Awesome Sublime Color Highlighter, Converter and Picker

Details

Installs

  • Total 668
  • Win 345
  • Mac 179
  • Linux 144
Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28
Windows 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 13 4 0 0 0 0 1 0 0 1 11 15 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1
Mac 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 1 0 0 0 0 0 0 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 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 1 0 0

Readme

Source
raw.​githubusercontent.​com

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()