Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 987 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 987 Bytes

Minimalist Neovim theme 🎨

Minimalistic style. All colors are chosen and hand tuned manually with ❤️

  • Focus on 'important stuffs' with minimal visual noise
  • Customized for R, Julia, Lua, Vimscript, etc

Design

  • Three main light colors designed for focusing on 'important stuffs'. It's also partially designed for plotting (low-medium-high gradient palette).
  • Dark colors for everything else e.g. comments, operators, brackets, quotes
  • Language-specific highlight

For gallery, see kar9222/nvim

Internal notes

Code structure is based on shaunsingh/nord.nvim

  • Refactor, cleanup and pay off technical debts
  • Optimize Windows Terminal colors? See folder ./extras/windows_terminal of folke/tokyonight.nvim
  • LSP symbol kind: See folder ./lua/tokyonight/theme of folke/tokyonight.nvim