Skip to content

Commit

Permalink
Update some themes
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jul 23, 2024
1 parent 19657f8 commit 0d850a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/Admin.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "defaults";

$BODY_BG_COLOR: #Dc00DD;
$BODY_BG_COLOR: #DE01DD; // DD00DD

$LOGO_BORDER_COLOR: black;
$LOGO_BORDER_WIDTH: 2px; // vs 1px in default
Expand Down
4 changes: 2 additions & 2 deletions app/assets/stylesheets/Amanita.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "defaults";

$phalloides_foreground: #e5ecd4; // #e6edd5
$phalloides_foreground: #e6edd5;
$phalloides_light_cap: #dfe4bc;
$phalloides_middle_cap: #beb977;
$phalloides_dark_cap: #787133;
Expand All @@ -13,7 +13,7 @@ $calyptroderma_middle_cap: #c18346;
$muscaria_background: #cc2616;
$muscaria_foreground: #fff8c6;
$velosa_background: #dd9d5f;
$velosa_light_veil: #faebd4;
$velosa_light_veil: #fbebd4; // faebd4
$velosa_dark_veil: #f4d5a6;
$novinupta_background: #d1afa5;
$pachycolea_background: #383138;
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/Sudo.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "defaults";

$BODY_BG_COLOR: #DC7700; // #DD7700
$BODY_BG_COLOR: #DE7700; // #DD7700

$LOGO_BORDER_COLOR: black;
$LOGO_BORDER_WIDTH: 2px; // vs 1px in default
Expand Down

0 comments on commit 0d850a9

Please sign in to comment.