Fixed unicorn match color
This commit is contained in:
parent
5b784db735
commit
28527c1840
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue