mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Change color of title of calendar
This commit is contained in:
parent
394d62d3ed
commit
ba84e3fff0
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ impl TaskwarriorTuiApp {
|
|||
.year(self.calendar_year)
|
||||
.date_style(dates_with_styles)
|
||||
.months_per_row(self.config.uda_calendar_months_per_row);
|
||||
c.title_background_color = self.config.uda_style_calendar_title.bg.unwrap_or(Color::Black);
|
||||
c.title_background_color = self.config.uda_style_calendar_title.bg.unwrap_or(Color::Reset);
|
||||
f.render_widget(c, rects[0]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue