An open API service indexing awesome lists of open source software.

https://github.com/dzsquared/high-color-queries

Theme Pair of Dark and Light Themes for TSQL in Azure Data Studio. Dark theme uses bright colors and light theme is SSMS-esque.
https://github.com/dzsquared/high-color-queries

Last synced: 4 months ago
JSON representation

Theme Pair of Dark and Light Themes for TSQL in Azure Data Studio. Dark theme uses bright colors and light theme is SSMS-esque.

Awesome Lists containing this project

README

          

# README for HCQ (High Color Queries)

## Installation
The current release is available to [download as a .vsix file](https://github.com/dzsquared/high-color-queries/releases/download/0.0.6/hcq--high-color-queries--0.0.6.vsix) 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](https://raw.githubusercontent.com/dzsquared/high-color-queries/master/images/colortheme.PNG)

![Select Theme](https://raw.githubusercontent.com/dzsquared/high-color-queries/master/images/colortheme3.PNG)

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

![Menu](https://raw.githubusercontent.com/dzsquared/high-color-queries/master/images/colortheme2.PNG)

## Examples
### Dark
![Example 1](https://raw.githubusercontent.com/dzsquared/high-color-queries/master/images/hcq_example1.PNG)

![Example 2](https://raw.githubusercontent.com/dzsquared/high-color-queries/master/images/hcq_example2.PNG)

![Activity Bar](https://raw.githubusercontent.com/dzsquared/high-color-queries/master/images/activitybar1.png)

### Light
![Example 1](https://raw.githubusercontent.com/dzsquared/high-color-queries/master/images/light_hcq_example1.PNG)

![Example 2](https://raw.githubusercontent.com/dzsquared/high-color-queries/master/images/light_hcq_example2.PNG)

![Activity Bar](https://raw.githubusercontent.com/dzsquared/high-color-queries/master/images/activitybar2.png)

## Learn More About Creating Color Themes
[https://www.drewsk.tech/2018/10/28/building-a-color-theme-for-azure-data-studio/](https://www.drewsk.tech/2018/10/28/building-a-color-theme-for-azure-data-studio/)

## 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.6
- Adjusts activity bar badge for better offset against active background

### v0.0.5
- Adds activity bar color tokens ahead of vscode 1.40 being merged into Azure Data Studio

### v0.0.4
- Adding SSMS-esque light theme for preview

### v0.0.3
- Changing tab bar highlighting

### v0.0.2
- Initial release

## License

This extension is released under the [MIT License](https://raw.githubusercontent.com/dzsquared/high-color-queries/master/LICENSE).