Skip to content

Commit

Permalink
Refine Aquatic color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
frontdevde committed Nov 19, 2020
1 parent d19501d commit c866cf2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public function init() {
'aquatic',
__( 'Aquatic', 'jetpack' ),
plugins_url( 'colors/aquatic/colors.css', __FILE__ ),
array( '#135e96', '#043959', '#ffffff', '#646970' ),
array( '#135e96', '#007e65', '#043959', '#c5d9ed' ),
array(
'base' => '#646970',
'base' => '#c5d9ed',
'focus' => '#fff',
'current' => '#fff',
)
Expand Down
14 changes: 14 additions & 0 deletions modules/masterbar/admin-color-schemes/colors/aquatic/colors.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
$base-color: #135e96;
$icon-color: #c5d9ed;
$highlight-color: #007e65; //Calypso button color
$notification-color: $highlight-color;

$body-background: #f6f7f7;

$menu-text: #ffffff;
$menu-highlight-background: #2271b1;
$menu-current-text: #01263a;
$menu-current-icon: $menu-current-text;
$menu-current-background: #f0c930;
$menu-submenu-text: $menu-text;
$menu-submenu-background: #043959; //Calypso main nav color
$menu-submenu-focus-text: #f0c930;

@import "../admin";

0 comments on commit c866cf2

Please sign in to comment.