pyrochlore / obsidian-tracker

A plugin tracks occurrences and numbers in your notes
MIT License
1.35k stars 231 forks source link

Month View 'Days' - no color option #283

Open malevans opened 10 months ago

malevans commented 10 months ago

Expected Behavior

Setting the Month View 'color' Input Parameter should change ALL text coloring

Current Behavior

Setting the Month View 'color' Input Parameter does not change the Day text color or the navigation icon colors

Possible Solution

Steps to Reproduce (for bugs)

searchType: frontmatter
searchTarget: Gym
datasetName: " "
folder: • Calendar/Journal/Daily
fixedScale: 0.5
month:
    startWeekOn: mon
    color: "#C4B1E6"

Output renders as:

image

I can see parameters for the Month and Year color individually but no option for the remaining text/nav

lazyguru commented 10 months ago

I suspect there is another parameter you need to set for the color of the days. I'll need to look through code again and then we'll have to update the docs