Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanyogeorgiev/Pastelin
Azure Data Studio Dark Theme
https://github.com/tanyogeorgiev/Pastelin
azure-data-studio azuredatastudio dark-theme theme tsql vscode-theme
Last synced: 9 days ago
JSON representation
Azure Data Studio Dark Theme
- Host: GitHub
- URL: https://github.com/tanyogeorgiev/Pastelin
- Owner: tanyogeorgiev
- License: mit
- Created: 2020-10-23T12:09:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T19:51:54.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:16:23.651Z (4 months ago)
- Topics: azure-data-studio, azuredatastudio, dark-theme, theme, tsql, vscode-theme
- Language: TSQL
- Homepage:
- Size: 246 KB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tanyogeorgiev/Pastelin - Azure Data Studio Dark Theme (TSQL)
README
# Pastelin - Azure Data Studio Theme
[![Marketplace](https://vsmarketplacebadge.apphb.com/version/TanyoGeorgiev.pastelin.svg)](https://marketplace.visualstudio.com/items/TanyoGeorgiev.pastelin) [![Installs](https://vsmarketplacebadge.apphb.com/installs/TanyoGeorgiev.pastelin.svg)](https://marketplace.visualstudio.com/items/TanyoGeorgiev.pastelin) [![Downloads](https://vsmarketplacebadge.apphb.com/downloads-short/TanyoGeorgiev.pastelin.svg)](https://marketplace.visualstudio.com/items/TanyoGeorgiev.pastelin)ADS Dark Theme with two styles - italic and regular.
Theme is not only for editor highlighting but **full Workbench theming!**## Preview
![Pastelin Theme](https://raw.githubusercontent.com/tanyogeorgiev/Pastelin/main/assets/Screenshot_syntaxHighlight.png)[Get screenshot source query](https://github.com/tanyogeorgiev/Pastelin/blob/main/assets/syntaxHighlightQuery.sql)
## Installation
Download [.vsix file](https://github.com/tanyogeorgiev/Pastelin/releases/download/1.2.0/pastelin-1.2.0.vsix), open the command palette and select Extensions: Install from VSIX...
When installed change you Color Theme to `Pastelin` ...## Customization
If you are using VSCode 1.12+ versions you can customize the colors to your liking, overriding the ones provided by this theme. More info [here](https://code.visualstudio.com/docs/getstarted/theme-color-reference).
### Suggestions
The theme does not use a custom font, but we prefer to use new Microsoft open source font ['Cascadia code'](https://github.com/microsoft/cascadia-code) with font Ligatures turn on. You can [customize your settings](https://code.visualstudio.com/docs/getstarted/settings) to use it.
If you download and install the font in your system , you can add this option to have a custom font:```json
{
"editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace"
}
```## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/tanyogeorgiev/Pastelin/blob/main/LICENSE) file for details