Richardsl / heatmap-calendar-obsidian

An Obsidian plugin for displaying data in a calendar similar to the github activity calendar
Apache License 2.0
623 stars 103 forks source link

Today marker is barely visible for dark themes, as there's no separate dark mode style for it #44

Closed scorchio closed 1 year ago

scorchio commented 1 year ago

Hi - Could you please add a separate dark mode version for the .heatmap-calendar-boxes .today CSS rule? I think it would help a lot with the visibility of the marker.

I think adding something like this

.theme-dark .heatmap-calendar-boxes .today {
  border: 1px solid rgb(180, 180, 180);
}

would do the trick.

Richardsl commented 1 year ago

should be possible using obsidians built in styling. see section on styling: https://github.com/Richardsl/heatmap-calendar-obsidian#user-content-styling