Skip to content

Commit

Permalink
Update palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 27, 2024
1 parent 6947516 commit dd170e1
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ sub settings_filter
sub get_theme_color
{
# Chrome application header color should be darker than the theme color
my %theme_colors = ('blue' => '#003670', # '#004090',
'teal' => '#02474c', # '#03535c',
'green' => '#234b2d', # '#2a5c36',
'purple' => '#45345e', # '#533e71',
'brown' => '#4b3a2e', # '#594739',
my %theme_colors = ('blue' => '#003670', # '#003d88',
'teal' => '#02474c', # '#045059',
'green' => '#234b2d', # '#2b5936',
'purple' => '#45345e', # '#503a6f',
'brown' => '#4b3a2e', # '#544336',
'gold' => '#61482e', # '#74573a',
'orange' => '#724d2a', # '#885c34',
'orange' => '#724d2a', # '#7e5631',
'red' => '#7e2b27', # '#9a3531',
'maroon' => '#6f233e', # '#862b4c',
'grey' => '#2f3336', # '#343c42',
Expand All @@ -109,7 +109,7 @@ sub embed_favicon
}

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

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>#004090</TileColor>
<TileColor>#003d88</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>#004090</TileColor>
<TileColor>#003d88</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>#004090</TileColor>
<TileColor>#003d88</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>#004090</TileColor>
<TileColor>#003d88</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.
2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/brown.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/green.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/orange.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/purple.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dd170e1

Please sign in to comment.