-
Notifications
You must be signed in to change notification settings - Fork 0
/
jeex.rc
61 lines (54 loc) · 1.37 KB
/
jeex.rc
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
49
50
51
52
53
54
55
56
57
58
59
60
61
# ____ ____
# | _ \ / ___|
# | |_) || |Jeex
# | _ < | |___ Style
# |_| \_\ \____|
style "wwhite"
{
bg[NORMAL] = "#FFFFFF"
bg[ACTIVE] = "#FFFFFF"
bg[INSENSITIVE] = "#999999"
bg[PRELIGHT] = "#FFFFFF"
fg[NORMAL] = "#333333"
fg[ACTIVE] = "#333333"
fg[INSENSITIVE] = "#000000" fg[PRELIGHT] = "#333333"}
# Questo stile rende l'ambiente
# grafico di Jeex tendente al rosso
style "wred"
{
bg[NORMAL] = "#FF0000"
bg[ACTIVE] = "#FF0000"
bg[INSENSITIVE] = "#990000"
bg[PRELIGHT] = "#FF0000"
fg[NORMAL] = "#333333"
fg[ACTIVE] = "#333333"
fg[INSENSITIVE] = "#000000" fg[PRELIGHT] = "#333333"}
# Questo stile rende l'ambiente
# grafico di Jeex tendente al rosso scuro
style "wdarkred"
{
bg[NORMAL] = "#990000"
bg[ACTIVE] = "#990000"
bg[INSENSITIVE] = "#000000" bg[PRELIGHT] = "#990000"}
# Questo stile rende l'ambiente
# grafico di Jeex tendente al blu
style "wblue"
{
bg[NORMAL] = "#005AFF"
bg[ACTIVE] = "#005AFF"
bg[INSENSITIVE] = "#000000"
bg[PRELIGHT] = "#005AFF"
fg[NORMAL] = "#001F57" fg[INSENSITIVE] = "#000000"}
# Questo stile rende l'ambiente
# grafico di Jeex tendente al verde
style "wgreen"
{
bg[NORMAL] = "#00A714"
bg[ACTIVE] = "#00A714"
bg[INSENSITIVE] = "#000000"
bg[PRELIGHT] = "#00A714"
fg[NORMAL] = "#004d09" fg[INSENSITIVE] = "#000000"}
style "wdefault"
{
}
widget "window.*" style "wdefault"