Skip to content

ukyouz/onedark.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onedark.vim

A modified version of joshdick/onedark.vim to make vim way more like base16-eighties theme on MacOS.

vim screenshot

Installation

If you use Plug:

Plug 'ukyouz/onedark.vim'

Options

If you want more contrast of background:

let g:onedark_style = 'darker'

Or even more:

let g:onedark_style = 'deep'

Semantic Group

To enable semantic highlight with LSP,

let g:enable_semantic_highlight = v:true

Updates

Support nvim-treesitter for neovim version >= 0.5!

Python, treesitter parsing (left) compare to normal syntax highlighting (right).

treesitter python

C, treesitter parsing (left) compare to normal syntax highlighting (right).

treesitter c

Troubleshoot

If color does not look good in MacOS Terminal.app, consider adding following settings:

set notermguicolors

About

A modified version of joshdick/onedark.vim to make vim way more like base16-eighties theme on MacOS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors