Themes with minimal monochrome syntax highlighting and calm UI.
I find most multicolored syntax and UI themes to be garish and overwhelming to look at for extended periods of time. These themes use a few shades of a primary "base" color to highlight comments and strings. Overall, an attempt is made to balance simplicity with usability.
variant | type | description |
---|---|---|
white | light | neutral theme |
sun | light | off-white theme |
acme | light | yellow theme |
paper | light | warmer off-white theme |
dark | dark | neutral theme |
gruv | dark | warm dark theme |
nord | dark | cool dark theme |
Here is a screenshot of some Go code using the Logos White
theme.
Auto-generated examples can be viewed at vscodethemes.com. The website renders the themes a little inaccurately, but it will do for now.
- In VS Code:
⌘-P
thenext install logos-themes
- On the web: https://marketplace.visualstudio.com/items?itemName=brendes.logos-themes
Requires vsce and Python ≥ 3.11.
- Build themes:
make build
- Build extension:
make package