Skip to content

Commit

Permalink
fix #2896: Colorbar background for dark theme (#2897)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
  • Loading branch information
2 people authored and philippjfr committed Nov 16, 2021
1 parent 0f6c7c7 commit b94665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/template/fast/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ def create_bokeh_theme(self):
"background_fill_color": self.neutral_fill_card_rest,
},
"ColorBar": {
"background_fill_color": self.background_color,
"title_text_color": self.neutral_foreground_rest,
"title_text_font": self.font,
"title_text_font_size": "1.025em",
"title_text_font_style": "normal",
"major_label_text_color": self.neutral_foreground_rest,
"major_label_text_font": self.font,
"major_label_text_font_size": "1.025em",
# "background_fill_color": FAST_DARK_75,
"major_tick_line_alpha": 0,
"bar_line_alpha": 0,
},
Expand Down

0 comments on commit b94665f

Please sign in to comment.