source:
trunk/tests/gui_test/test.style.lua
@
329
Last change on this file since 329 was 329, checked in by epyon, 11 years ago | |
---|---|
File size: 342 bytes |
Rev | Line | |
---|---|---|
[127] | 1 | default = { |
2 | text_size = 12, | |
3 | text_font = "aero.ttf", | |
4 | text_color = { 0.5, 0.5, 1.0, 1.0 }, | |
5 | background_color = { 0.2, 0.2, 0.2, 1.0 }, | |
6 | ||
7 | window = { | |
[328] | 8 | --border = 2, |
9 | --border_color = { 0.2, 0.2, 0.4, 1.0 }, | |
10 | skin = "button.png", | |
[329] | 11 | |
12 | [":hover"] = { | |
13 | text_color = { 1.0, 1.0, 1.0, 1.0 }, | |
14 | } | |
15 | ||
[127] | 16 | } |
17 | } |
Note: See TracBrowser
for help on using the repository browser.