diff options
author | Stijn Buys <ingar@osirion.org> | 2009-05-10 15:31:08 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-05-10 15:31:08 +0000 |
commit | f9b4d3407a4c062296b47901ecba510e16880d01 (patch) | |
tree | 97ef82519c80de9a55f8427ccd6fd17940a5f76c /base | |
parent | fb9e33d4f0f22f2fe5c5b186aaa11e16eb9a36b7 (diff) |
added disabled color to ui palette
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/ui.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/ini/ui.ini b/base/ini/ui.ini index 692bb2e..404dc1a 100644 --- a/base/ini/ui.ini +++ b/base/ini/ui.ini @@ -18,6 +18,8 @@ foreground=1 1 1 highlight=1 1 .5 ; global text color text=0.75 0.75 0.75 +; disabled ui elements +disabled=0.5 0.5 0.5 0.75 ; global background color rgba background=0.0 0.0 0.0 0.75 ; global border color rgb |