wal.vim
wal.vim copied to clipboard
🎨 A vim colorscheme for use with wal
In my terminal I wrote the command wal --theme base16-nord after which I got different color schemes between vim and my terminal. In my vim I have only installed wal.vim...
set termguicolors now works and can be left on Specifically to fix issue #3 and issue #7
`Vim version:` 8.2 `Terminal Emulator:` kitty I really like to have the little line that `:set cursorline` gives me but when I use it with `wal` as colorscheme my line...
While searching, if only one pattern matched, this one will be hard to find. That's because `IncSearch`'s bg is same with `Normal`, Only fg is different. Here I reverse the...
Hi, I just discovered `wal.vim` and really like the results; however, I don't want a transparent background. This can usually be resolved with ``` " some colorscheme colorscheme monokai "...
Firstly I want to be clear that I've removed set termguicolors, so that unfortunately isn't it. When I use the wal colour scheme after installing the plugin it seems the...
Fixes #33. This could possibly be a tad biased of course, but it looks way better now. Before:  After:  Without treesitter: 
I just want to note that some colors end up being the same while using treesitter, the wrongly set colors are very *slightly* "more correct" when using the default theme...
I would really like to switch to MacVim but I don't know how to use wal.vim for MacVim. Is this possible? Cheers
I noticed that using the vim extension `COC`, floating windows would become illegible due to poor contrast. COC relies on `Pmenu` for vim and `NormalFloat` (if exists) for nvim. Changing...