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

colors/molokai.vim: reverting FG for DiffDelete as it looks bad in fugitive patches #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dsirov
Copy link

@dsirov dsirov commented Jun 15, 2021

Originally modified in commit ebe2c0e
Patches like this look bad (black foreground for lines starting with '-'):

diff --git a/colors/molokai.vim b/colors/molokai.vim
index c7a9d9b..95f0b06 100644
--- a/colors/molokai.vim
+++ b/colors/molokai.vim
@@ -29,7 +29,7 @@ hi Delimiter guifg=#8F8F8F

hi DiffAdd guibg=#005f00
hi DiffChange guibg=#4B1818
-hi DiffDelete guifg=#000000 guibg=#5f0000
+hi DiffDelete guifg=#960050 guibg=#5f0000
hi DiffText guibg=#870000 gui=bold

hi Directory guifg=#A6E22E gui=bold

…ad when fugitive colors a patch

Patches like this look bad (black foreground for lines starting with
'-'):

diff --git a/colors/molokai.vim b/colors/molokai.vim
index c7a9d9b..95f0b06 100644
--- a/colors/molokai.vim
+++ b/colors/molokai.vim
@@ -29,7 +29,7 @@ hi Delimiter       guifg=#8F8F8F

 hi DiffAdd                       guibg=#005f00
 hi DiffChange                    guibg=#4B1818
-hi DiffDelete      guifg=#000000 guibg=#5f0000
+hi DiffDelete      guifg=#960050 guibg=#5f0000
 hi DiffText                      guibg=#870000 gui=bold

 hi Directory       guifg=#A6E22E               gui=bold
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

Successfully merging this pull request may close these issues.

1 participant