Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.82 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.82 KB

README for HCQ (High Color Queries)

Installation

The current release is available to download as a .vsix file and can be installed by opening the command palette (ctrl/command+shift+p) and selecting Extensions: Install from VSIX...

Enabling Themes

To select/enable either of the included themes after installing, open the command palette (ctrl/command+shift+p) and select Preferences: Color Theme.

Command

Select Theme

This option can also be accessed by selecting the Preferences>Color Theme option from the File menu.

Menu

Examples

Dark

Example 1

Example 2

Light

Example 1

Example 2

Color Basics

Dark

  • 1776E4 blue
  • 17E4C2 turquoise
  • 6BFA32 green
  • 9158FC purple
  • E2E62C yellow
  • E5648D pink

Light (Preview)

  • 005ac2 blue
  • 17E4C2 turquoise
  • 3f8823 green
  • e029c8 pink
  • d81111 red
  • 7210ac purple

Change Log

v0.0.4

  • Adding SSMS-esque light theme for preview

v0.0.3

  • Changing tab bar highlighting

v0.0.2

  • Initial release