From f9b4d3407a4c062296b47901ecba510e16880d01 Mon Sep 17 00:00:00 2001
From: Stijn Buys <ingar@osirion.org>
Date: Sun, 10 May 2009 15:31:08 +0000
Subject: added disabled color to ui palette

---
 base/ini/ui.ini | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'base')

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
-- 
cgit v1.2.3