itchyny / calendar.vim

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

Options that set event item's background ? (now skeleton) #217

Closed riodelphino closed 1 year ago

riodelphino commented 1 year ago

Thank you for developping this plugin !

In my settings, :Calendar appear like below.

test──────┐
└─────────┘ 
test───────

Upper event is 60min. Lower is 30min. All events appear as skeleton with line without background color. Foreground color is set, same as the color I set in Google Calendar.

Which option switches this appearance to the painted background (without line chars) like this image ?

I checked the doc & code, but sorry i can't find it.

itchyny commented 1 year ago

Could you share the screenshot?

riodelphino commented 1 year ago

Like below.

スクリーンショット 2023-02-23 23 18 44

Foreground colors are collect. But all are skelton. It is hard to overlook ^^;

itchyny commented 1 year ago

This is an intentional appearance for dark background. When I use calendar colors for dark background, the appearance looks too vivid and ugly.

riodelphino commented 1 year ago

I see that this is an intentional appearance. I think s:is_dark variable is the point, so I will try to fork if I can. Thank you for reply !