Skip to content

Commit

Permalink
Default Style|Client: Subtler border glow
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 6, 2013
1 parent beead39 commit f604eaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doomsday/client/data/defaultstyle.pack/colors.dei
Expand Up @@ -5,12 +5,12 @@ script { import gui }
color text { rgb <1.0, 1.0, 1.0> }
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.1666> }
color glow { rgb <1.0, 1.0, 1.0, 0.14> }

group inverted {
color text { rgb <0.0, 0.0, 0.0> }
color background { rgb <1.0, 1.0, 1.0, 0.75> }
color glow { rgb <0.0, 0.0, 0.0, 0.1666> }
color glow { rgb <0.0, 0.0, 0.0, 0.15> }
}

group label {
Expand Down
Binary file modified doomsday/client/data/defaultstyle.pack/graphics/borderglow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doomsday/client/data/defaultstyle.pack/rules.dei
Expand Up @@ -7,7 +7,7 @@ script {
rule unit { constant $= UNIT }
rule halfunit { constant $= UNIT / 2 }
rule gap { constant $= UNIT * 3 }
rule glow { constant $= UNIT * 8 }
rule glow { constant $= UNIT * 7 }

group label {
rule gap { constant $= gap.constant / 2 }
Expand Down

0 comments on commit f604eaf

Please sign in to comment.