Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 9be798c7194f6baa440f2a408f7e6aad27579bcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
;
; ui.ini
; client user interface configuration
;

[ui]
; width of a ui element
elementwidth=256
; height of a ui element
elementheight=32
; spacing between menu elements
padding=24
; margin for frames and widgets
margin=16

[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
; disabled ui elements
disabled=0.5 0.5 0.5 0.75
; global background color rgba
background=0.0 0.0 0.0 0.8
; global border color rgb
border=.4 .4 .4 .5
; pointer color
pointer=0 0.75 0
; active pointer color
active=0 1 0
; debug color
debug=0.5 0.5 0.5

[hud]
; mission target color
mission=1.0 0.5 1.0

[text]
; bold text color
bold=1 1 1
; set fancy color
fancy=0 1 0
; warning text color
warning=1 1 0
; error text color
error=1 0 0