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

vim in terminal background is too dark #35

Open
schmty opened this issue May 8, 2014 · 6 comments
Open

vim in terminal background is too dark #35

schmty opened this issue May 8, 2014 · 6 comments

Comments

@schmty
Copy link

schmty commented May 8, 2014

The background in terminal vim is completely black and not a light grey.

@shime
Copy link

shime commented Jan 23, 2015

use either

let g:rehash256 = 1

or

let g:molokai_original = 1

@markx
Copy link

markx commented Oct 22, 2015

Do these options work for terminal? I tried and saw no effect. It did work for gui version though.

@mapringg
Copy link

Look like this doesn't work in the terminal. Looking forward to when it is possible in the terminal.

@jackiesun8
Copy link

this is my resolution:
colorscheme molokai
let g:molokai_original = 1
set background=dark "required solve molokai background color too dark and not a light grey

@victorhcm
Copy link

Doing what @jackiesun8 suggested fixed it for me. However, it makes plain text and commands black instead of white. Does it happen to anyone else? I removed all other extensions to make sure that they weren't affecting.

@victorhcm
Copy link

Nevermind, I managed how to fix it. I also needed to set let g:rehash256 = 1 to avoid Normal text being black.

colorscheme molokai
let g:molokai_original = 1
let g:rehash256 = 1
set background=dark

Some screenshots showing the differences:


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

6 participants