From 916c0e7e8c1293237f28a4639a8bc5e7d78858e7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 6 Oct 2008 18:25:50 +0000 Subject: menu .ini files --- base/ini/ui.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 base/ini/ui.ini (limited to 'base/ini/ui.ini') diff --git a/base/ini/ui.ini b/base/ini/ui.ini new file mode 100644 index 0000000..066e665 --- /dev/null +++ b/base/ini/ui.ini @@ -0,0 +1,17 @@ +; +; ui.ini +; global user interface settings +; list of menus +; + +[ui] +menu=main +menu=options + +[colors] +; global foreground color rgb +foreground=1 1 1 +; global background color rgba +background=0.8 0.8 0.8 0.5 +; global border color rgb +border=0 0.8 0 0.5 -- cgit v1.2.3