Fixed unicorn match color
This commit is contained in:
parent
5b784db735
commit
28527c1840
|
@ -1,4 +1,6 @@
|
||||||
$risingVariables: (
|
$risingVariables: (
|
||||||
|
scoreUnicornMatchBg: #{$scoreUnicornMatchBg},
|
||||||
|
scoreUnicornMatchFg: #{$scoreUnicornMatchFg},
|
||||||
scoreMatchBg: #{$scoreMatchBg},
|
scoreMatchBg: #{$scoreMatchBg},
|
||||||
scoreMatchFg: #{$scoreMatchFg},
|
scoreMatchFg: #{$scoreMatchFg},
|
||||||
scoreWeakMatchBg: #{$scoreWeakMatchBg},
|
scoreWeakMatchBg: #{$scoreWeakMatchBg},
|
||||||
|
@ -12,6 +14,8 @@ $risingVariables: (
|
||||||
scoreMinimizeButtonBg: #{$scoreMinimizeButtonBg},
|
scoreMinimizeButtonBg: #{$scoreMinimizeButtonBg},
|
||||||
scoreReportBg: #{$scoreReportBg},
|
scoreReportBg: #{$scoreReportBg},
|
||||||
|
|
||||||
|
scoreFadedUnicornMatchBg: #{$scoreFadedUnicornMatchBg},
|
||||||
|
scoreFadedUnicornMatchFg: #{$scoreFadedUnicornMatchFg},
|
||||||
scoreFadedMatchBg: #{$scoreFadedMatchBg},
|
scoreFadedMatchBg: #{$scoreFadedMatchBg},
|
||||||
scoreFadedMatchFg: #{$scoreFadedMatchFg},
|
scoreFadedMatchFg: #{$scoreFadedMatchFg},
|
||||||
scoreFadedWeakMatchBg: #{$scoreFadedWeakMatchBg},
|
scoreFadedWeakMatchBg: #{$scoreFadedWeakMatchBg},
|
||||||
|
|
Loading…
Reference in New Issue