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
- Host: GitHub
- URL: https://github.com/barelyhuman/taco-syntax
- Owner: barelyhuman
- License: mit
- Created: 2021-06-27T11:27:25.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-19T05:39:43.000Z (about 3 years ago)
- Last Synced: 2025-08-11T21:34:29.355Z (11 months ago)
- Language: Shell
- Size: 706 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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",
}
```