https://github.com/deponian/vim-onedark
Faster version of onedark.vim
https://github.com/deponian/vim-onedark
neovim onedark vim
Last synced: about 1 month ago
JSON representation
Faster version of onedark.vim
- Host: GitHub
- URL: https://github.com/deponian/vim-onedark
- Owner: deponian
- License: mit
- Created: 2020-05-29T10:47:22.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T21:47:04.000Z (about 3 years ago)
- Last Synced: 2025-03-04T17:49:43.653Z (over 1 year ago)
- Topics: neovim, onedark, vim
- Language: Vim Script
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Description
This is faster version of [onedark.vim](https://github.com/joshdick/onedark.vim). I've replaced all complicated checks and function calls with simple list of `execute highlight group-name colors`. Original onedark is sourced about 40 ms on my old laptop. This version needs only 7 ms. Of course, I had to sacrifice something. My version doesn't have 16 color terminals support, italics is always on and you can't override colors settings from your `vimrc`.
### Configuraion
There is only one option. Use it if you don't want transparent background.
```viml
let g:onedark_transparent = 0
```
### Acknowledgements
Thanks to authors of original [onedark.vim](https://github.com/joshdick/onedark.vim) theme.