yunlingz / ci_dark

BSD 2-Clause "Simplified" License
86 stars 11 forks source link

Gutter sign render issue #1

Closed everdimension closed 4 years ago

everdimension commented 4 years ago

Hi!

I'm using vim-signify for highlighting changed lines in the gutter. Vim-signify settings:

let g:signify_sign_add = '▏'
let g:signify_sign_change = '▏'
It's expected to look like this (one-dark theme) ![image](https://user-images.githubusercontent.com/5347023/89774207-1f565c80-db0e-11ea-9c58-f5a78a4c6a06.png)
But with this theme is looks like this: ![image](https://user-images.githubusercontent.com/5347023/89774127-eae2a080-db0d-11ea-93cf-a9d356c2d202.png)

Also notice how the "warning circle" is displayed in green with your theme, but expected to be yellow.

yunlingz commented 4 years ago

It should have been fixed in the latest commit, please update theme to the latest version.

everdimension commented 4 years ago

Great, thanks!