Skip to content

Commit

Permalink
Fixed|Tests: Missing color "label.shadow" in test_appfw
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 16, 2015
1 parent 208574a commit 2037258
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -29,6 +29,7 @@ group label {
color accent { rgb $= accent.rgb }
color dimaccent { rgb <0.85, 0.68, 0.34> }
color altaccent { rgb $= altaccent.rgb }
color shadow { rgb $= gui.colorAlpha(background.rgb, 0.34) }
}

group popup {
Expand Down

0 comments on commit 2037258

Please sign in to comment.