Skip to content

Commit

Permalink
Default Style: Adjusted the "textaccent" color
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 24, 2013
1 parent b94fb24 commit cf45557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/data/defaultstyle.pack/colors.dei
Expand Up @@ -11,7 +11,7 @@ color background { rgb <0.0, 0.0, 0.0, 0.75> }
color accent { rgb <1.0, 0.8, 0.4> }
color glow { rgb <1.0, 1.0, 1.0, 0.14> }

color textaccent { rgb $= gui.colorMix(text.rgb, accent.rgb, 0.5) }
color textaccent { rgb $= gui.colorMix(text.rgb, accent.rgb, 0.6) }

group inverted {
color text { rgb <0.0, 0.0, 0.0> }
Expand Down

0 comments on commit cf45557

Please sign in to comment.