Skip to content

Commit fe5da85

Browse files
authored
Merge pull request #143 from marksie1988/dev
📝 v1.6.1 Update docs
2 parents 184b8d4 + 49ee348 commit fe5da85

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

docs/options/calendar-mode-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ nav_order: 4
1212
| firstDayOfWeek | integer | v0.7.0 | `1` First day of week, default 1 for Monday |
1313
| calEventHolidayColor | string | v0.7.0 | `red` Color of day for `type: holiday` calendar |
1414
| calEventIcon1 | string | v0.7.0 | `mdi:gift` Icon for `type: icon1` calendar |
15-
| calEventIcon1Color | string | v0.7.0 | `default` Color of icon for `type: icon1` calendar |
15+
| calEventIcon1Color | string | v0.7.0 | `primary color` Color of icon for `type: icon1` calendar |
1616
| calEventIcon1Filter | string | v0.7.0 | `null` List of comma separated keywords |
1717
| calEventIcon2 | string | v0.7.0 | `mdi:home` Icon for `type: icon2` calendar |
18-
| calEventIcon2Color | string | v0.7.0 | `default` Color of icon for `type: icon2` calendar |
18+
| calEventIcon2Color | string | v0.7.0 | `primary color` Color of icon for `type: icon2` calendar |
1919
| calEventIcon2Filter | string | v0.7.0 | `null` List of comma separated keywords |
2020
| calEventIcon3 | string | v0.7.0 | `mdi:star` Icon for `type: icon3` calendar |
21-
| calEventIcon3Color | string | v0.7.0 | `default` Color of icon for `type: icon3` calendar |
21+
| calEventIcon3Color | string | v0.7.0 | `primary color` Color of icon for `type: icon3` calendar |
2222
| calEventIcon3Filter | string | v0.7.0 | `null` List of comma separated keywords |
2323
| showLastCalendarWeek | boolean | v0.7.5 | `false` If true it will always show 6 lines. If false, the 6th line won't be displayed if not needed. |
2424
| calEventTime | bool | v1.5.0 | `false` If true the time will be shown on the event summary for the selected day |

docs/options/theme-options.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)