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

https://github.com/barelyhuman/taco-syntax

VS Code Theme based on the Taco Color Scheme
https://github.com/barelyhuman/taco-syntax

Last synced: 8 months ago
JSON representation

VS Code Theme based on the Taco Color Scheme

Awesome Lists containing this project

README

          




Taco Syntax



A Flat theme with the taco color scheme

## Swatch

## Installation
Look for `barelyreaper.taco-syntax` or just `Taco Syntax` on the the marketplace to install it.
[Taco Syntax](https://marketplace.visualstudio.com/items?itemName=barelyreaper.taco-syntax)

## Screenshots



The screenshot above uses the following settings
```jsonc
{
"workbench.iconTheme": "quill-icons-minimal",
"workbench.productIconTheme": "icons-carbon",
"editor.renderIndentGuides": false,
"editor.renderWhitespace": "none",
"editor.minimap.renderCharacters": false,
"workbench.colorTheme": "Taco Syntax",
"workbench.startupEditor": "none",
"workbench.sideBar.location": "right",

// Font Settings
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "Menlo",
"editor.fontSize": 13.5,
"editor.fontFamily": "Menlo",
}
```