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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

VimDiff doesn't work #26

Open
igrep opened this issue Feb 28, 2015 · 4 comments
Open

VimDiff doesn't work #26

igrep opened this issue Feb 28, 2015 · 4 comments
Labels

Comments

@igrep
Copy link

igrep commented Feb 28, 2015

I liked all of this colorscheme, except its DiffAdd and DiffChange!
I can't complete see what has changed and added... 馃槙
Do you have any idea how to modify?

hybrid-diff-bug

About My Environment:
Arch Linux
Vim: 7.4.622
Terminal: mate-terminal 1.8.1

@w0ng w0ng added the question label Mar 9, 2015
@w0ng
Copy link
Owner

w0ng commented Mar 9, 2015

What colours are in your ~/.Xresources?

Are you getting 256 colours in mate-terminal and vim?
Type tput colors in mate-terminal and :set t_Co in vim to confirm.

@igrep
Copy link
Author

igrep commented Mar 10, 2015

What colours are in your ~/.Xresources?

! https://gist.github.com/w0ng/3278077
! Hybrid Terminal Colours. Uses the palette from Tomorrow-Night:
! https://github.com/chriskempson/tomorrow-theme/blob/master/vim/colors/Tomorrow-Night.vim
! vim: ft=xdefaults

*background: #1D1F21
*foreground: #C5C8C6
! black
*color0: #282A2E
*color8: #373B41
! red
*color1: #A54242
*color9: #CC6666
! green
*color2: #8C9440
*color10: #B5BD68
! yellow
*color3: #DE935F
*color11: #F0C674
! blue
*color4: #5F819D
*color12: #81A2BE
! magenta
*color5: #85678F
*color13: #B294BB
! cyan
*color6: #5E8D87
*color14: #8ABEB7
! white
*color7: #707880
*color15: #C5C8C6

Are you getting 256 colours in mate-terminal and vim?
Type tput colors in mate-terminal and :set t_Co in vim to confirm.

$ tput colors
256
:set t_Co?
t_Co=256

@w0ng
Copy link
Owner

w0ng commented Mar 13, 2015

Is the regular vim theme working?
The vimdifff screenshot in the original theme isn't using hybrid

@igrep
Copy link
Author

igrep commented Mar 13, 2015

Is the regular vim theme working?

Yes. In koehler:

koehler

The vimdifff screenshot in the original theme isn't using hybrid

Yes I do. Same diff in hybrid:
hybrid

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

No branches or pull requests

2 participants