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

QColor

Awesome Sublime Color Highlighter, Converter and Picker

Details

Installs

  • Total 650
  • Win 338
  • Mac 171
  • Linux 141
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 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 1 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 1 0 0 0 0 0 0 0 1 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 1 0 0 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()