Skip to content

Commit

Permalink
Change header accent base color to white in Fast Templates (#2611)
Browse files Browse the repository at this point in the history
* add square logos supporting dark theme

* changed to white header_accent_base_color

Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
  • Loading branch information
MarcSkovMadsen and Marc Skov Madsen authored Aug 4, 2021
1 parent b4e27ce commit 7f4b146
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 1 deletion.
144 changes: 144 additions & 0 deletions doc/_static/logo_stacked_currentColor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/logo_stacked_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
144 changes: 144 additions & 0 deletions doc/_static/logo_stacked_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion panel/template/fast/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class FastStyle(param.Parameterized):

header_background = param.String(default="#00aa41")
header_neutral_color = param.String(default="#ffffff")
header_accent_base_color = param.String(default="#A01346")
header_accent_base_color = param.String(default="#ffffff")
header_color = param.String(default="#ffffff")
font = param.String(default="Open Sans, sans-serif")
font_url = param.String(default=FONT_URL)
Expand Down

0 comments on commit 7f4b146

Please sign in to comment.