Skip to content

Commit

Permalink
refactor(colors): remove metalic blue color
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis authored and tiberiuichim committed Mar 10, 2022
1 parent f9e3b05 commit b2f95b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion theme/themes/eea/elements/button.variables
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/* Action Button */
@actionButtonColor: @white;
@actionButtonBackground: @darkCyan;
@actionButtonBackgroundHover: @metallicBlue;
@actionButtonBackgroundHover: @darkMidnightBlue;
@actionButtonBackgroundActive: @pineGreen;

/* Text Button */
Expand Down
2 changes: 1 addition & 1 deletion theme/themes/eea/extras/tags.variables
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@

/* Tags Colors */
@tagsTagDefaultColor : @pineGreen;
@tagsTagTealColor : @metallicBlue;
@tagsTagTealColor : @darkMidnightBlue;
@tagsTagBlueDarkColor : @darkCerulean;
@tagsTagBlueLightColor : #3c8eb2;
14 changes: 8 additions & 6 deletions theme/themes/eea/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,16 @@
@primaryColor : @darkCerulean;
@secondaryColor : @pineGreen;

@lightPrimaryColor : @steelBlue;
@lightSecondaryColor : @pearlAqua;
@lightPrimaryColor : @darkCyan;
@lightSecondaryColor : @mediumPersianBlue;

@darkPrimaryColor : @bottleGreen;
@darkSecondaryColor : @darkMidnightBlue;

/*--------------
Page Heading
---------------*/

@lightSecondaryColor : @lightBlack;
@headerLineHeight : 1.25;
@headerFontWeight : 700;

Expand Down Expand Up @@ -183,7 +185,7 @@
@thumbHoverBackground: rgba(128, 135, 139, 0.8);

/* Inverted */
@statisticInvertedBackground: @metallicBlue;
@statisticInvertedBackground: @bottleGreen;
@trackInvertedBackground: rgba(255, 255, 255, 0.1);
@thumbInvertedBackground: rgba(255, 255, 255, 0.25);
@thumbInvertedInactiveBackground: rgba(255, 255, 255, 0.15);
Expand Down Expand Up @@ -276,7 +278,7 @@
/*--- EEA Colors ---*/

// Green Colors - Darker to lighter
@metallicBlue : #2E6173;
@bottleGreen : #00665A;
@pineGreen : #007B6C;
@darkCyan : #00928F;
@pearlAqua : #74CBC8;
Expand Down Expand Up @@ -305,7 +307,7 @@


/*--- Colors ---*/
@orange : #FF9933;
@orange : #EBA33D;
@yellow : #F2EB49;
@olive : #78AB66;
@green : @pineGreen;
Expand Down

0 comments on commit b2f95b6

Please sign in to comment.