Lanciabones for Visual Studio Code
A minimal, high-contrast Visual Studio Code theme ported from lanciabones.nvim.
Lanciabones keeps syntax mostly monochrome and relies on contrast, italics, and a few deliberate accents:
| Role |
Light |
Dark |
| Background |
#FFFFFF |
#000000 |
| Foreground |
#000000 |
#EEEEEE |
| Muted foreground |
#444444 |
#AAAAAA |
| String/constant |
#000000 |
#B36957 |
| Hint |
#222222 |
#CCCCCC |
| Warning |
#D9961A |
#B18532 |
| Error |
#EC3305 |
#EC3305 |
| Comment marker |
#000000 on #F5E97F |
#F5E97F on #000000 |
Installation
Manual
Clone this repository into your VS Code extensions directory:
git clone https://github.com/vinitkumar/lanciabones-vscode ~/.vscode/extensions/lanciabones-vscode
Restart VS Code, then choose Lanciabones Light or Lanciabones Dark from the color theme picker.
From VSIX
npm install -g @vscode/vsce
vsce package
code --install-extension lanciabones-0.1.0.vsix
License
MIT
| |