Skip to content

Commit

Permalink
Add new Maroon palette
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jul 30, 2024
1 parent 8535875 commit 151663e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ sub get_theme_color
'gold' => '#624b33', # '#74573a',
'orange' => '#724e2d', # '#88532c',
'red' => '#752323', # '#8e3025',
'maroon' => '#772543', # '#862b4c',
'grey' => '#313533', # '#3f4246',
'white' => '#eeeeee');# '#ffffff'

Expand Down
3 changes: 3 additions & 0 deletions tconfig-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,9 @@ sub settings_get_select_navigation_color
<option value="red"'
. ($v eq 'red' && ' selected') . '>Red</option>
<option value="maroon"'
. ($v eq 'maroon' && ' selected') . '>Maroon</option>
<option value="grey"'
. ($v eq 'grey' && ' selected') . '>Gray</option>
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=04
mversion=05
bversion=00
webmin=1
usermin=1
Expand Down
Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions unauthenticated/css/palettes/maroon.min.css

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

0 comments on commit 151663e

Please sign in to comment.