From 1e4ec004313976a8085aaec926163d3f03972169 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Oct 2008 13:45:28 +0000 Subject: new palette entries --- base/ini/ui.ini | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'base') diff --git a/base/ini/ui.ini b/base/ini/ui.ini index f5b0d87..c3458bf 100644 --- a/base/ini/ui.ini +++ b/base/ini/ui.ini @@ -1,23 +1,30 @@ ; ; ui.ini -; global user interface settings -; list of menus +; client user interface configuration ; [ui] +; main menu menu=main +; options menu menu=options +; game menu menu=game [colors] ; global foreground color rgb foreground=1 1 1 - ; global highlight color rgb highlight=1 1 .5 - +; global text color +text=0.75 0.75 0.75 ; global background color rgba background=0.0 0.0 0.0 0.75 - ; global border color rgb border=0 0.8 0 0.5 +; pointer color +pointer=0 .75 0 +; active pointer color +active=0 1 0 +; debug color +debug=1.0 0.0 1.0 0.75 -- cgit v1.2.3