Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I modify a highlight? #31

Open
mfiano opened this issue Mar 16, 2021 · 3 comments
Open

How do I modify a highlight? #31

mfiano opened this issue Mar 16, 2021 · 3 comments

Comments

@mfiano
Copy link

mfiano commented Mar 16, 2021

I want to change the DiffChange highlight for onedark. I am able to modify the file in this repository to get correct results, but copying it before or after I load this plugin and modifying it and it uses the colors defined by this plugin. I want to make DiffChange consistent with DiffAdd and DiffDelete. DiffChange has some weird background color applied to it and it makes my unicode characters wider than Add/Delete

@mfiano
Copy link
Author

mfiano commented Mar 16, 2021

Hmm, this issue doesn't exist if I use nvcode instead of onedark. Neither is there an inconsistency with DiffChange

@mfiano
Copy link
Author

mfiano commented Mar 16, 2021

I'd like to use this plugin's onedark theme with the gitsigns plugin, but for some reason the signs are always white with onedark. No problems with nvcode. Haven't tried others.

Edit: It seems all of the schemes except nvcode have this issue.

@mfiano
Copy link
Author

mfiano commented Mar 16, 2021

@ChristianChiarulli I see the difference with nvcode now. It's the only scheme with GitSigns groups added https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/blob/master/colors/nvcode.vim#L219-L221

But interestingly, if I copy these to my config right after:

vim.cmd('colorscheme onedark')
vim.cmd('let g:nvcode_termcolors=256')

They are still all white. This is rather frustrating...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant