You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Love this color scheme. I noticed while setting up fugitive.vim that the diffAdded and diffRemoved foreground and background colors are the same in colors/hydrangea.vim, making the text impossible to read. But when I cloned the repo and ran src/hydrangea.py, I got different output. It seems like colors/hydrangea.vim may be outdated?
Here's the result of running diff against colors/hydrangea.vim and the output I got from src/hydrangea.py
30c30
< hi SpecialKey ctermfg=44 ctermbg=44 cterm=bold guifg=#064253 guibg=#169ec4 gui=bold
---
> hi SpecialKey ctermfg=23 ctermbg=38 cterm=bold guifg=#064253 guibg=#169ec4 gui=bold
32c32
< hi MatchParen ctermfg=197 ctermbg=NONE cterm=bold guifg=#e91e63 guibg=NONE gui=bold
---
> hi MatchParen ctermfg=161 ctermbg=NONE cterm=bold guifg=#e91e63 guibg=NONE gui=bold
35c35
< hi Number ctermfg=23 ctermbg=44 cterm=NONE guifg=#56c7ee guibg=#064253 gui=NONE
---
> hi Number ctermfg=81 ctermbg=23 cterm=NONE guifg=#56c7ee guibg=#064253 gui=NONE
49c49
< hi Error ctermfg=197 ctermbg=52 cterm=bold guifg=#e91e63 guibg=#681c36 gui=bold
---
> hi Error ctermfg=161 ctermbg=52 cterm=bold guifg=#e91e63 guibg=#681c36 gui=bold
51,52c51,52
< hi IncSearch ctermfg=235 ctermbg=44 cterm=bold guifg=#1e222c guibg=#169ec4 gui=bold
< hi Search ctermfg=235 ctermbg=23 cterm=NONE guifg=#1e222c guibg=#56c7ee gui=NONE
---
> hi IncSearch ctermfg=235 ctermbg=38 cterm=bold guifg=#1e222c guibg=#169ec4 gui=bold
> hi Search ctermfg=235 ctermbg=81 cterm=NONE guifg=#1e222c guibg=#56c7ee gui=NONE
64,69c64,69
< hi DiffAdd ctermfg=44 ctermbg=44 cterm=NONE guifg=#169ec4 guibg=#064253 gui=NONE
< hi DiffChange ctermfg=162 ctermbg=162 cterm=NONE guifg=#e242ac guibg=#68024b gui=NONE
< hi DiffDelete ctermfg=162 ctermbg=162 cterm=NONE guifg=#e242ac guibg=#68024b gui=NONE
< hi DiffText ctermfg=162 ctermbg=162 cterm=bold guifg=#ffc3e4 guibg=#68024b gui=bold
< hi diffAdded ctermfg=44 ctermbg=44 cterm=NONE guifg=#169ec4 guibg=#064253 gui=NONE
< hi diffRemoved ctermfg=162 ctermbg=162 cterm=NONE guifg=#e242ac guibg=#68024b gui=NONE
---
> hi DiffAdd ctermfg=38 ctermbg=23 cterm=NONE guifg=#169ec4 guibg=#064253 gui=NONE
> hi DiffChange ctermfg=162 ctermbg=89 cterm=NONE guifg=#e242ac guibg=#68024b gui=NONE
> hi DiffDelete ctermfg=162 ctermbg=89 cterm=NONE guifg=#e242ac guibg=#68024b gui=NONE
> hi DiffText ctermfg=218 ctermbg=89 cterm=bold guifg=#ffc3e4 guibg=#68024b gui=bold
> hi diffAdded ctermfg=38 ctermbg=23 cterm=NONE guifg=#169ec4 guibg=#064253 gui=NONE
> hi diffRemoved ctermfg=162 ctermbg=89 cterm=NONE guifg=#e242ac guibg=#68024b gui=NONE
71c71
< hi ErrorMsg ctermfg=197 ctermbg=NONE cterm=NONE guifg=#e91e63 guibg=NONE gui=NONE
---
> hi ErrorMsg ctermfg=161 ctermbg=NONE cterm=NONE guifg=#e91e63 guibg=NONE gui=NONE
76c76
< hi WarningMsg ctermfg=197 cterm=NONE guifg=#e91e63 gui=NONE
---
> hi WarningMsg ctermfg=161 cterm=NONE guifg=#e91e63 gui=NONE
79c79
< hi GitGutterAdd ctermfg=44 ctermbg=236 cterm=bold guifg=#169ec4 guibg=#2a303b gui=bold
---
> hi GitGutterAdd ctermfg=38 ctermbg=236 cterm=bold guifg=#169ec4 guibg=#2a303b gui=bold
The text was updated successfully, but these errors were encountered:
Hi! Love this color scheme. I noticed while setting up fugitive.vim that the diffAdded and diffRemoved foreground and background colors are the same in colors/hydrangea.vim, making the text impossible to read. But when I cloned the repo and ran src/hydrangea.py, I got different output. It seems like colors/hydrangea.vim may be outdated?
Here's the result of running diff against colors/hydrangea.vim and the output I got from src/hydrangea.py
The text was updated successfully, but these errors were encountered: