Fixed unicorn match color

This commit is contained in:
Mr. Stallion 2021-01-01 18:34:08 -06:00
parent 5b784db735
commit 28527c1840
1 changed files with 4 additions and 0 deletions

View File

@ -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},