itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

vim +Calendar color scheme #145

Closed rogershijin closed 4 years ago

rogershijin commented 5 years ago

I would like to start calendar.vim from the command line, and it seems like the way to do it is

vim +Calendar

but when I run this command the color scheme is a bit off: image

This doesn't really change the functionality but is there a way to set the color scheme back to the original?

image

Thanks!

I am running this on Arch Linux.

itchyny commented 5 years ago

This is weird and unreproducible. Can you give me minimal vimrc to reproduce the issue or link to your vimrc. Also, please let me know the output of :colorscheme, :set bg and :echo calendar#color#is_dark().

rogershijin commented 5 years ago

:colorscheme - default :set bg - background=dark
:echo calendar#color#is_dark() - 1

The issue happens when my .vimrc is just the following: image

And my .bashrc is empty. Does this imply it's a system-specific issue?