Skip to content

Commit

Permalink
Update main palette
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 27, 2024
1 parent 0fe5395 commit 930d580
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sub settings_filter
sub get_theme_color
{
# Chrome application header color should be darker than the theme color
my %theme_colors = ('blue' => '#003670', # '#003d88',
my %theme_colors = ('blue' => '#003670', # '#023f8b',
'teal' => '#02474c', # '#045059',
'green' => '#234b2d', # '#2b5936',
'purple' => '#45345e', # '#503a6f',
Expand Down Expand Up @@ -109,7 +109,7 @@ sub embed_favicon
}

my $theme_config_dir = "$config_directory/$current_theme";
my $theme_user_color = get_theme_color() || "#003d88";
my $theme_user_color = get_theme_color() || "#023f8b";

my $favicon_path = $theme_webprefix . '/images/favicons/' . $product_name;
my $ref_link = 'data-link-ref';
Expand Down
2 changes: 1 addition & 1 deletion images/favicons/cloudmin/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#003d88</TileColor>
<TileColor>#023f8b</TileColor>
</tile>
</msapplication>
</browserconfig>
2 changes: 1 addition & 1 deletion images/favicons/usermin/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#003d88</TileColor>
<TileColor>#023f8b</TileColor>
</tile>
</msapplication>
</browserconfig>
2 changes: 1 addition & 1 deletion images/favicons/virtualmin/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#003d88</TileColor>
<TileColor>#023f8b</TileColor>
</tile>
</msapplication>
</browserconfig>
2 changes: 1 addition & 1 deletion images/favicons/webmin/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#003d88</TileColor>
<TileColor>#023f8b</TileColor>
</tile>
</msapplication>
</browserconfig>
2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.

0 comments on commit 930d580

Please sign in to comment.