-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathxmltheme.theme
More file actions
53 lines (43 loc) · 852 Bytes
/
xmltheme.theme
File metadata and controls
53 lines (43 loc) · 852 Bytes
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
*{
FontName: data/Courier Prime Bold.ttf;
}
Window{
BackgroundColor: #22262aff;
BorderColor: #00000000;
}
Button {
BackgroundColor: #6497e4ff;
BorderColor: #1e56abff;
Color: #FFFFFFFF;
}
Button:prelight {
BorderColor: #1e56abff;
BackgroundColor: #256ddaff;
}
Button:active {
BorderColor: #6497e4ff;
BackgroundColor: #1e56abff;
}
Button.danger {
BackgroundColor: #d45e5eFF;
BorderColor: #8d2626ff;
}
Button.danger:active {
BorderColor: #d45e5eFF;
BackgroundColor: #8d2626ff;
}
Button.warning {
BackgroundColor: #e6ba6aff;
BorderColor: #b37e1eff;
}
Button.success {
BackgroundColor: #44af7fff;
BorderColor: #20533cff;
}
Entry {
BackgroundColor: #C8C8C8FF;
Color: #000000FF;
}
Entry#my_entry {
FontSize: 14;
}