diff --git a/scss/_rising.scss b/scss/_rising.scss index e52bc45..84e9a52 100644 --- a/scss/_rising.scss +++ b/scss/_rising.scss @@ -1,4 +1,6 @@ $risingVariables: ( + scoreUnicornMatchBg: #{$scoreUnicornMatchBg}, + scoreUnicornMatchFg: #{$scoreUnicornMatchFg}, scoreMatchBg: #{$scoreMatchBg}, scoreMatchFg: #{$scoreMatchFg}, scoreWeakMatchBg: #{$scoreWeakMatchBg}, @@ -12,6 +14,8 @@ $risingVariables: ( scoreMinimizeButtonBg: #{$scoreMinimizeButtonBg}, scoreReportBg: #{$scoreReportBg}, + scoreFadedUnicornMatchBg: #{$scoreFadedUnicornMatchBg}, + scoreFadedUnicornMatchFg: #{$scoreFadedUnicornMatchFg}, scoreFadedMatchBg: #{$scoreFadedMatchBg}, scoreFadedMatchFg: #{$scoreFadedMatchFg}, scoreFadedWeakMatchBg: #{$scoreFadedWeakMatchBg},