mirror of
https://github.com/taigrr/wtf
synced 2026-03-30 09:25:17 -07:00
Google Calendar subheading now obey global subheading color (#798)
This can still be over-written by setting:
```
gcal:
colors:
day: "orange::b"
```
explicitly in your gCal configuration.
Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
@@ -58,7 +58,7 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *co
|
||||
calendarReadLevel: ymlConfig.UString("calendarReadLevel", "writer"),
|
||||
}
|
||||
|
||||
settings.colors.day = ymlConfig.UString("colors.day", "forestgreen")
|
||||
settings.colors.day = ymlConfig.UString("colors.day", settings.common.Colors.Subheading)
|
||||
settings.colors.description = ymlConfig.UString("colors.description", "white")
|
||||
// settings.colors.eventTime is a new feature introduced via issue #638. Prior to this, the color of the event
|
||||
// time was (unintentionally) customized via settings.colors.description. To maintain backwards compatibility
|
||||
|
||||
Reference in New Issue
Block a user