diff options
author | Stijn Buys <ingar@osirion.org> | 2008-10-18 12:50:21 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-10-18 12:50:21 +0000 |
commit | 7611bfc4c92479e00c744a5c6270ff800cae4b8c (patch) | |
tree | af15b1a70336d106d28166b97c0927d1158e967c | |
parent | 29dd1ac9b146d20344157430d1cb7287285ca961 (diff) |
slightly decreased background alpha
-rw-r--r-- | base/ini/ui.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/ini/ui.ini b/base/ini/ui.ini index 89cea07..f5b0d87 100644 --- a/base/ini/ui.ini +++ b/base/ini/ui.ini @@ -17,7 +17,7 @@ foreground=1 1 1 highlight=1 1 .5 ; global background color rgba -background=0.0 0.0 0.0 0.8 +background=0.0 0.0 0.0 0.75 ; global border color rgb border=0 0.8 0 0.5 |