A modified version of joshdick/onedark.vim to make vim way more like base16-eighties theme on MacOS.
If you use Plug:
Plug 'ukyouz/onedark.vim'
If you want more contrast of background:
let g:onedark_style = 'darker'Or even more:
let g:onedark_style = 'deep'To enable semantic highlight with LSP,
let g:enable_semantic_highlight = v:trueSupport nvim-treesitter for neovim version >= 0.5!
▼ Python, treesitter parsing (left) compare to normal syntax highlighting (right).
▼ C, treesitter parsing (left) compare to normal syntax highlighting (right).
If color does not look good in MacOS Terminal.app, consider adding following settings:
set notermguicolors

