jdkanani / vim-material-theme

Material theme for vim
MIT License
258 stars 30 forks source link

What airline theme are you using? #5

Open fingermark opened 8 years ago

fingermark commented 8 years ago

What airline theme are you using?

jdkanani commented 8 years ago

It's a part of material theme.

gfarrell commented 8 years ago

Really? When I use material-theme my airline is illegible!

image

DevWurm commented 8 years ago

The same for me :(

fingermark commented 7 years ago

Try the base16 airline theme

JordanTHarris commented 7 years ago

I'd like to get my theme to look like the one in the README too. It would be great if you could share your setup. Thanks for the theme by the way!

ronansh commented 7 years ago

Set your theme to material-theme: colorscheme material-theme.

Then add this: let g:airline_theme='hybrid'.

I'm pretty sure hybrid uses the color palate of the color scheme you are using. It works for me anyway.

JordanTHarris commented 7 years ago

@ronanhancock unfortunately I get this when I use the hybrid theme. I'm also using the iTerm2 Material Design theme, if that matters. It could be that I'm using the terminal vim and not gvim or macvim.

screen shot 2016-11-28 at 2 31 59 pm
ronansh commented 7 years ago

@JordanTHarris have you enabled this?: set termguicolors

ronansh commented 7 years ago

@JordanTHarris would be great if you could link your vim config too please,

JordanTHarris commented 7 years ago

Thank you @ronanhancock. I believe that was the problem. This is what it looks like now. I'm much happier with this, but it still doesn't look like the one in the README. I really appreciate you helping me. Not sure how I didn't have termguicolors set all this time. :) This makes the colors for the background weird in tmux. Also, Tmuxline can't use the colors anymore. I'll have to figure the tmux thing out. It's a bit beyond the scope of this page.

screen shot 2016-11-30 at 5 30 36 pm