vim-code-dark
vim-code-dark copied to clipboard
Dark color scheme for Vim and vim-airline, inspired by Dark+ in Visual Studio Code
Hi @tomasiser, I'm wondering if you are open to dividing the theme into "modules" something like what [dracula](https://github.com/dracula/vim) is doing. The main benefit of this approach is having a per...
I'm using nvim with rust-analyzer, the text ": Cli" and ": u16" are inlay hint texts. I prefer grey color for 'inlay hint color', is there a way to do...
Fold markers now use a dark grey text on a black background, making them impossible to read and even hard to spot. * Open a JavaScript code file * Run...
When using `hlsearch` the colour of the currently selected search result is very similar to the colour of the other search results:  Is it possible to make the selected...
On Windows, this is my mini .vimrc ``` let vimplug_path = expand('~/.vim/autoload/plug.vim') let plugged_path = expand('~/.vim/plugged') if empty(glob(vimplug_path)) silent execute '!curl -fLo ' . vimplug_path . ' --create-dirs ' ....
Try to add this ```Vim Sprict set termguicolors ``` It works in Windows Terminal