noahfrederick / vim-hemisu

A Vim color scheme with dark and light variants
https://noahfrederick.com/vim-color-scheme-hemisu/
279 stars 31 forks source link

transparent background (like it is in the screenshot) #9

Closed codemedic closed 8 years ago

codemedic commented 8 years ago

@noahfrederick lovely theme; thanks for that. I really like it.

I quite envy the transparent background in the screenshot. How did you manage that? If it is a apple terminal app specific thing, would it be possible to add a similar setting as to one provided by solarized theme, where it leaves all / most background colours as NONE.

Thanks

tamasgal commented 8 years ago

Let me comment on this quickly: that transparency can't be handled in any VIM or shell settings/colours. This is something which is handled by the terminal application (most of them can be configured to have transparent or even blurred backgrounds). However, I don't really understand what you mean by "leaving all/most background colours as NONE".

noahfrederick commented 8 years ago

@tamasgal is right on. In this case, it's a feature of the MacVim GUI (:help 'transparency').

@codemedic, feel free to clarify what you mean. I won't add any settings, though. You can always do

autocmd ColorScheme hemisu hi Normal guibg=NONE ctermbg=NONE

if you want to change the background, which works for any color scheme unlike an ad-hoc setting.

codemedic commented 8 years ago

Perfect; thanks @noahfrederick.

That formula worked.

image

noahfrederick commented 8 years ago

Cool.