I enabled true color by:
" https://lotabout.me/2018/true-color-for-tmux-and-vim/
if has("termguicolors")
" fix true color not work under tmux
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
" enable true color
set termguicolors
endif
It works for true color. But each time I use vim it enable transparent by it self.
If I remove that setting, the transparent effect disappear:
Environment (please complete the following information):
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
What is your expected behavior?
It should not be transparent on true color, or it should be transparent on non-true color?
Are there any transparent-related-settings in konsole?
Thanks for your reply! It should not be transparent on true color!
Yeah I have transparent-related-settings in konsole, but it already there, and work fine with vim (no auto transparent) if I not using true color.
@chrisbra it's gruvbox https://github.com/morhetz/gruvbox
Am 27.02.2020 um 09:41 schrieb SinaiHao (Vim Github Repository) <vim-dev...@256bit.org>:
@chrisbra it's gruvbox https://github.com/morhetz/gruvbox
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/5703/591850125%40github.com.
Please check the output of :hi Normal. This might be a color scheme issue.
I got this:
:hi Normal
Normal xxx ctermfg=223 ctermbg=235 guifg=#ebdbb2 guibg=#282828
You mean the xxx? I don't know much about color scheme.
Yeah, I tried other color schme like https://github.com/sainnhe/sonokai
It works fine, no this issue.
I got this:
:hi Normal Normal xxx ctermfg=223 ctermbg=235 guifg=#ebdbb2 guibg=#282828You mean the
xxx? I don't know much about color scheme.
That looks fine. This should not be transparent. In any case, you might want to discuss this with the colorscheme author further.
OK, I will make a thread about this. Thanks!
Closed #5703.