itchyny / calendar.vim

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

Color not working if set termguicolors. #135

Closed kiooss closed 6 years ago

kiooss commented 6 years ago

minimal vimrc:

call plug#begin()
Plug 'itchyny/calendar.vim'
call plug#end()
set termguicolors
set background=dark
syntax on

Screenshot:

screencapture 2018-03-12 17 21 12

Screenshot (Without termguicolors):

screencapture 2018-03-12 17 22 17
itchyny commented 6 years ago

Thanks for your report, I have fixed the problem.

kiooss commented 6 years ago

Thanks for the quick response. It works like a charm :)