Warm Luma
A dark VS Code theme with a warm amber/orange palette and bright, high-contrast syntax colours.

Palette
- Dark warm brown background (
#181512)
- Main text in light warm cream (
#F2E0BC)
- Comments in muted warm brown (
#AE9468)
- Strings and keywords in soft orange (
#E8905A)
- Functions, classes, and tags in sky blue (
#7EC8E3)
- Control keywords and accents in bright amber (
#FFD050)
| Token |
Example |
Colour |
| Block keywords |
resource, data, variable, terraform |
Gold |
| Resource type / reference name |
azurerm_storage_account, app |
White |
| Block type identifiers + built-in functions |
entity.name.type, tostring() |
Sky blue |
| Attribute keys |
resource_group_name, location |
Amber |
| Variable references |
var.location, local.prefix |
Cream |
Installation
- Open VS Code
Cmd+Shift+P → Extensions: Install from VSIX...
- Select the
.vsix file
| |