Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/ini/ui.ini')
-rw-r--r--base/ini/ui.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/base/ini/ui.ini b/base/ini/ui.ini
index 066e665..7ff728a 100644
--- a/base/ini/ui.ini
+++ b/base/ini/ui.ini
@@ -11,7 +11,12 @@ menu=options
[colors]
; global foreground color rgb
foreground=1 1 1
+
+; global highlight color rgb
+highlight=1 1 .5
+
; global background color rgba
-background=0.8 0.8 0.8 0.5
+background=0.5 0.5 0.5 0.5
+
; global border color rgb
border=0 0.8 0 0.5