Viva more. Code más.
A Taco-inspired light theme for Visual Studio Code, built around the iconic brand colors: deep purple, Baja teal, and a zingy Locos orange.
| Name | Hex | Used For |
|---|---|---|
| TB Purple | #501098 |
Keywords, functions, title bar, status bar |
| Baja Teal | #17b98a |
Strings, parameters, imports, badges |
| Base Gray | #f2f2f2 |
Editor & panel backgrounds |
| Fire Red | #b83146 |
Classes, types, HTML tags, errors |
| Taco Yellow | #e5cf84 |
Selection & line highlight backgrounds |
| Locos Orange | #ed974a |
Constants, numbers, attributes, warnings |
Ctrl+Shift+X / Cmd+Shift+X)Ctrl+Shift+P / Cmd+Shift+P)~/.vscode/extensions/ # macOS / Linux
%USERPROFILE%\.vscode\extensions\ # Windows
# Open the extension in VS Code
code .
# Press F5 to open a new Extension Development Host window
# The theme will be available for preview immediately
To package and publish:
npm install -g @vscode/vsce
vsce package
vsce publish
MIT © cassidoo