Skip to content

Commit

Permalink
feat(shs-4946): remove spotlight-lighten-8 from the color mapping fil…
Browse files Browse the repository at this point in the history
…es and update reference to spotlight (#1468)

Co-authored-by: Mari Núñez <mariannuar@admins-MacBook-Pro.local>
Co-authored-by: Andrés Díaz Soto <andres.diaz.soto@gmail.com>
  • Loading branch information
3 people authored Mar 4, 2024
1 parent b0332f8 commit 2247857
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 27 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docroot/themes/humsci/humsci_airy/css/humsci_airy.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
&--light,
&--light::before,
&--light::after {
@include hb-pairing-color('background-color', 'spotlight-lighten-8');
@include hb-pairing-color('background-color', 'spotlight');
}

&--light {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ $hc-colorful-pairings: (
"tertiary-highlight-darken-10": darken(#c2f7ff, 10%),
"tertiary-reversed": #00d5f5,
"tertiary-darken-20": darken(#007c8f, 20%),
"spotlight": #e4f4ee,
"spotlight-lighten-8": #e3f4ed,
"spotlight": #e4f4ee
),
"mountain": (
"primary": #64305f,
Expand All @@ -38,8 +37,7 @@ $hc-colorful-pairings: (
"tertiary-highlight-darken-10": darken(#befde5, 10%),
"tertiary-reversed": #74fbc7,
"tertiary-darken-20": darken(#148762, 20%),
"spotlight": #e4f5ff,
"spotlight-lighten-8": #e3f5fe,
"spotlight": #e4f5ff
),
"cardinal": (
"primary": #600e0e,
Expand All @@ -55,8 +53,7 @@ $hc-colorful-pairings: (
"tertiary-highlight-darken-10": darken(#e8e9ea, 10%),
"tertiary-reversed": #cecfd1,
"tertiary-darken-20": darken(#b1040e, 20%),
"spotlight": #e9e6e2,
"spotlight-lighten-8": #e6e3e0,
"spotlight": #e9e6e2
),
"lake": (
"primary": #005160,
Expand All @@ -72,8 +69,7 @@ $hc-colorful-pairings: (
"tertiary-highlight-darken-10": darken(#c9c5bf, 10%),
"tertiary-reversed": #fdfcf2,
"tertiary-darken-20": darken(#485045, 20%),
"spotlight": #e1eadd,
"spotlight-lighten-8": #dde8dc,
"spotlight": #e1eadd
),
"canyon": (
"primary": #005160,
Expand All @@ -89,8 +85,7 @@ $hc-colorful-pairings: (
"tertiary-highlight-darken-10": darken(#cacaca, 10%),
"tertiary-reversed": #ebebeb,
"tertiary-darken-20": darken(#006073, 20%),
"spotlight": #dfedef,
"spotlight-lighten-8": #dcebed,
"spotlight": #dfedef
),
"cliff": (
"primary": #8c1515,
Expand All @@ -106,8 +101,7 @@ $hc-colorful-pairings: (
"tertiary-highlight-darken-10": darken(#dbdbdb, 10%),
"tertiary-reversed": #cecfd1,
"tertiary-darken-20": darken(#620e0e, 20%),
"spotlight": #dfedef,
"spotlight-lighten-8": #dcebed,
"spotlight": #dfedef
),
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ $ht-traditional-pairings: (
"tertiary-highlight-darken-10": darken(#f4f4f4, 10%),
"tertiary-reversed": #dbdcde,
"tertiary-darken-20": darken(#b1040e, 20%),
"spotlight": #dde0e0,
"spotlight-lighten-8": #D9DEDE
"spotlight": #dde0e0
),
"bluejay": (
"primary": #600e0e,
Expand All @@ -38,8 +37,7 @@ $ht-traditional-pairings: (
"tertiary-highlight-darken-10": darken(#e9f5f6, 10%),
"tertiary-reversed": #daebed,
"tertiary-darken-20": darken(#b1040e, 20%),
"spotlight": #e9f5f6,
"spotlight-lighten-8": #D0E7E1
"spotlight": #e9f5f6
),
"warbler": (
"primary": #003b45,
Expand All @@ -55,8 +53,7 @@ $ht-traditional-pairings: (
"tertiary-highlight-darken-10": #e0dfdc,
"tertiary-reversed": #dcd9d3,
"tertiary-darken-20": #41473e,
"spotlight": #e1eadd,
"spotlight-lighten-8": #DDE8DC
"spotlight": #e1eadd
),
"firefinch": (
"primary": #A64C47,
Expand All @@ -72,8 +69,7 @@ $ht-traditional-pairings: (
"tertiary-highlight-darken-10": darken(#FEF6E2, 10%),
"tertiary-reversed": #F4F4F4,
"tertiary-darken-20": darken(#8C1515, 20%),
"spotlight": #E0E0D1,
"spotlight-lighten-8": #DCDED0
"spotlight": #E0E0D1
)
);

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 2247857

Please sign in to comment.