Closed Karmenzind closed 4 years ago
The color of the column is very soft, the same of the cursorline, as in solarized. This is the code:
https://github.com/gerardbm/vim-atomic/blob/master/colors/atomic.vim#L428-L432 (using s:base2
).
Screenshot using Vim8:
However, if the terminal has gui_running
or termguicolors
, it will show a blue, cyan, orange or red dark color (s:base5
, created for this case), depending on the scheme you use.
Screenshot using Gvim (using the :AtomicDarkBlueSoft
):
What I could do is to remove this conditional (L428), remove the colors s:base5
and simply use the colors of s:base2
for all (Vim, Gvim, Neovim, and so on). I could do the same with the other components behaving like that, for example the color of the selection.
I will change it. But I would like to know why is it showing a white line on your setup. Curiosity.
Thank you.
Maybe you should check hl-Cursorcolumn
. It's different with hl-Colorcolumn
.
Here it is:
Oh, yes. You're right. CursorColumn
was missing. Thanks! Fixed and closed.
Thanks a lot.
With
set cursorcolumn
As you can see, the column is too much white...
It's softer in solarized.