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

Doesn't return to normal colour in dark mode when exiting insert mode. #4

Open
Cthutu opened this issue Dec 12, 2018 · 0 comments
Open

Comments

@Cthutu
Copy link

Cthutu commented Dec 12, 2018

In normal mode, the colours I choose work. I switch to insert mode and the colour changes - great! I escape back to normal mode and the colours stay as insert mode.

let g:conoline_color_normal_dark    = 'guibg=#180000'
let g:conoline_color_normal_nr_dark = 'guibg=#180000'
let g:conoline_color_insert_dark    = 'guibg=#001800'
let g:conoline_color_insert_nr_dark = 'guibg=#001800'

let g:conoline_color_normal_light    = 'guibg=#eaeaea'
let g:conoline_color_normal_nr_light = 'guibg=#eaeaea'
let g:conoline_color_insert_light    = 'guibg=#ffffff'
let g:conoline_color_insert_nr_light = 'guibg=#ffffff'

let g:conoline_auto_enable = 1
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

1 participant