🧛🏻‍♂️ Dark theme for Vim
Find a file
D. Ben Knoble 869f70a760
change SpecialKey to DraculaPink (vim only) (#252)
Related: #192, #210, #248

Also #247 is about `NonText`, which needs investigating.

Issues: `:digraphs`, special keys in `:map` output, and certain parts of
`'listchars'` are "subtle" and hard to read (esp. w/ `cursorline` over
them). Also, vim uses `SpecialKey` for them (instead of `Whitespace` for
`'listchars'` and `SpecialKey` elsewhere, like NeoVim).

Fix: make `SpecialKey` more like special keys (the highlight in vimscript
for, e.g., `map <Space> :echo "hello"<CR>`). This has the side effect of
making digraphs more visible. It also makes certain `'listchars'` pink,
which may be annoying. But there is no way currently to separate the two
in vim.

Rationale: It matches with the special keys in maps. The fact that vim
uses it elsewhere may simply be "wrong" and need changed.

If you don't like it: well, as usual, you can use an autocommand to use
whatever colors you want (`:help dracula-customization`).
2021-06-04 14:30:24 -04:00
.github Massive theme overhaul (#62) 2018-03-28 16:44:12 -04:00
after Syntax Highlighting specific for PureScript (#218) 2021-04-23 12:57:53 -04:00
autoload [update] airline's terminal section color (#196) 2020-06-22 13:11:29 -04:00
colors change SpecialKey to DraculaPink (vim only) (#252) 2021-06-04 14:30:24 -04:00
doc Minor update to install instructions 2019-06-11 14:28:10 -04:00
.gitignore Massive theme overhaul (#62) 2018-03-28 16:44:12 -04:00
INSTALL.md fix numbering 2021-05-19 12:37:44 -04:00
LICENSE Added .github and LICENSE 2016-05-18 19:40:02 -04:00
README.md Mention JS syntax in README 2020-05-04 16:41:34 -04:00
screenshot.png update screenshot (#178) 2020-04-18 14:16:02 -04:00

Dracula for Vim

A dark theme for Vim.

Screenshot

Screenshot taken with the pangloss/vim-javascript syntax plugin for javascript.

Install

All instructions can be found at draculatheme.com/vim.

Team

This theme is maintained by the following person(s) and a bunch of awesome contributors.

Derek S. David Knoble
Derek S. David Knoble

License

MIT License