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.
- Host: GitHub
- URL: https://github.com/dzsquared/high-color-queries
- Owner: dzsquared
- License: mit
- Created: 2018-09-25T15:28:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T16:30:11.000Z (about 3 years ago)
- Last Synced: 2025-09-08T03:48:31.616Z (9 months ago)
- Language: TSQL
- Homepage: https://www.drewsk.tech/2018/10/28/building-a-color-theme-for-azure-data-studio/
- Size: 307 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`.


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

## Examples
### Dark



### Light



## 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).