Skip to content

Commit

Permalink
Add further improvements to palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jul 30, 2024
1 parent a3bb714 commit 90bfcf8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ sub settings_filter
sub get_theme_color
{
# Chrome application header color should be darker than the theme color
my %theme_colors = ('blue' => '#003374', # '#004090',
'teal' => '#024048', # '#034f58',
'green' => '#1a5936', # '#28533e',
'purple' => '#3a2b3f', # '#533e71',
'brown' => '#423328', # '#594739',
'gold' => '#624b33', # '#74573a',
'orange' => '#724e2d', # '#885c34',
'red' => '#752323', # '#9a3531',
'maroon' => '#772543', # '#862b4c',
'grey' => '#313533', # '#3b3e41',
'white' => '#eeeeee');# '#ffffff'
my %theme_colors = ('blue' => '#003670', # '#004090',
'teal' => '#02474c', # '#03535c',
'green' => '#234b2d', # '#2a5c36',
'purple' => '#45345e', # '#533e71',
'brown' => '#4b3a2e', # '#594739',
'gold' => '#61482e', # '#74573a',
'orange' => '#724d2a', # '#885c34',
'red' => '#7e2b27', # '#9a3531',
'maroon' => '#6f233e', # '#862b4c',
'grey' => '#2f3336', # '#3a4043',
'white' => '#555555');# '#ffffff'

my $color = $theme_config{'settings_navigation_color'};
return $theme_colors{$color};
Expand Down
2 changes: 1 addition & 1 deletion theme.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bootstrap=3
spa=1
nomodcall=xnavigation=1
version=21.20.4-beta1
mversion=12
mversion=13
bversion=00
webmin=1
usermin=1
Expand Down
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/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/grey.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/teal.min.css

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

0 comments on commit 90bfcf8

Please sign in to comment.