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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I set pure, clearly black background in 256 colors console vim? #6

Open
whoizit opened this issue Sep 16, 2015 · 3 comments
Open

Comments

@whoizit
Copy link

whoizit commented Sep 16, 2015

or transparently like bg color on my console?

@jonathanfilip
Copy link
Owner

This option should do what you what:

" g:lucius_no_term_bg (default: 0)
"
" Setting this will cause the color scheme to not set a background color in
" the terminal (useful for transparency or terminals with different background
" colors).

Either that or use one of the LuciusBlack variants, which should be pure black.

@whoizit
Copy link
Author

whoizit commented Sep 17, 2015

not work for me, not pure black. I tried to do a lot of combinations

colorscheme lucius
LuciusBlackLowContrast
let g:lucius_no_term_bg = 1

@whoizit
Copy link
Author

whoizit commented Sep 17, 2015

okey works for me now
let g:lucius_no_term_bg = 1
colorscheme lucius
LuciusBlackLowContrast

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

No branches or pull requests

2 participants