@@ -9,35 +9,34 @@ If you don't set colors, default theme colors will be used. If you use automatic
99
1010| Name | Type | Since | Description |
1111| ----------------------------- | :-----: | :----: | ----------------------------------------------------------------------------------- |
12- | dateColor | string | v0.3.0 | ` default text color` Color of date (left side) |
12+ | dateColor | string | v0.3.0 | ` primary text color` Color of date (left side) |
1313| dateSize | integer | v0.3.0 | ` 90 ` Date text size (percent of default font) |
14- | timeColor | string | v0.3.0 | ` default color` Color of time (under the event title) |
14+ | timeColor | string | v0.3.0 | ` primary color` Color of time (under the event title) |
1515| timeSize | integer | v0.3.0 | ` 90 ` Time text size (percent of default font) |
16- | eventTitleColor | string | v0.3.0 | ` default text color` Color of event title |
16+ | eventTitleColor | string | v0.3.0 | ` primary text color` Color of event title |
1717| eventTitleSize | integer | v0.3.0 | ` 100 ` Event title text size (percent of default font) |
18- | locationLinkColor | string | v0.3.0 | ` default text color` Color of location link (right side) |
18+ | locationLinkColor | string | v0.3.0 | ` primary text color` Color of location link (right side) |
1919| locationTextSize | integer | v0.3.0 | ` 90 ` Location text size (percent of default font) |
20- | locationIconColor | string | v0.3.0 | ` rgb(230, 124, 115) ` Color of location icon |
20+ | locationIconColor | string | v0.3.0 | ` primary text color ` Color of location icon |
2121| hideFinishedEvents | boolean | v0.9.0 | ` false ` Don't display finished events |
2222| dimFinishedEvents | boolean | v0.3.0 | ` true ` Apply filters to finished events (configured below) |
2323| finishedEventOpacity | float | v0.3.0 | ` 0.6 ` Opacity level of finished events |
2424| finishedEventOpacity | string | v0.3.0 | ` grayscale(100%) ` additional css filter to of finished events (default - greyscale) |
25- | dayWrapperLineColor | string | v0.3.0 | ` default text color` Color of line - days separate |
26- | descColor | string | v0.8.4 | ` default text color` Description of date (left side) |
25+ | dayWrapperLineColor | string | v0.3.0 | ` primary text color` Color of line - days separate |
26+ | descColor | string | v0.8.4 | ` primary text color` Description of date (left side) |
2727| descSize | integer | v0.8.4 | ` 80 ` Description text size (percent of default font) |
28- | eventCalNameColor | string | v1.2.0 | ` default text color` color of ` eventCalName ` if set |
28+ | eventCalNameColor | string | v1.2.0 | ` primary text color` color of ` eventCalName ` if set |
2929| eventCalNameSize | integer | v1.2.0 | ` 90 ` text size of ` eventCalName ` if set (percent of default font) |
3030| calGridColor | string | v1.3.0 | ` rgba(86, 86, 86, .35) ` color of calendar grid border |
3131| calEventBackgroundColor | string | v1.3.0 | ` rgba(86, 100, 86, .35) ` background color of todays calendar date |
32- | calEventBulletColor | string | v1.3.0 | ` #cc5500 ` Sets bullet color for events on calendar day |
3332| calEventSatColor | string | v1.3.0 | ` rgba(86, 86, 86, .05) ` Sets Saturday to a different color |
3433| calEventSunColor | string | v1.3.0 | ` rgba(255, 255, 255, .15) ` Sets Sunday to a different color |
3534| calActiveEventBackgroundColor | string | v1.4.0 | ` rgba(86, 128, 86, .35) ` Sets selected day to different color |
36- | defaultCalColor | string | v1.5.0 | ` #cc5500 ` Sets the default calendar color if not set under the entity |
37- | calDayColor | string | v1.6.0 | ` default text color` Sets the calendar day number color |
38- | nameColor | string | v1.6.0 | ` default text color` Sets the card name color |
39- | calWeekDayColor | string | v1.6.0 | ` default text color` Sets the weekday title color in calendar mode |
40- | calDateColor | string | v1.6.0 | ` default text color` Sets the date selector color in calendar mode |
35+ | defaultCalColor | string | v1.5.0 | ` primary text color ` Sets the default calendar color if not set under the entity |
36+ | calDayColor | string | v1.6.0 | ` primary text color` Sets the calendar day number color |
37+ | nameColor | string | v1.6.0 | ` primary text color` Sets the card name color |
38+ | calWeekDayColor | string | v1.6.0 | ` primary text color` Sets the weekday title color in calendar mode |
39+ | calDateColor | string | v1.6.0 | ` primary text color` Sets the date selector color in calendar mode |
4140
4241## Entity Specific
4342
0 commit comments