A neovim color theme with minimal highlighting, colours inspired by Atom's One Dark theme, spiritually inspired by tonsky's Alabaster theme.
| after/queries | ||
| colors | ||
| lua | ||
| README.md | ||
| TODO.md | ||
Halfdark Color Scheme for Neovim
Spiritually inspired by tonsky's Alabaster theme for Sublime Text. Colours are based on Atom's One Dark theme.
Highlighting rules:
- Definitions of classes, interfaces, functions, etc., are highlighted in blue.
- Variable definitions are highlighted in purple.
- Function/method parameters are highlighted in orange.
- Constants are highlighted in yellow.
- String literals are highlighted in green.
- Comments are highlighted in grey with a darker background for emphasis.
- Documentation comments are highlighted in yellow.
Language Support
Treesitter highlight queries are included for the following languages.
- C#
- PHP
- Protobuf
- TypeScript