source: trunk/tests/gui_test/test.style.lua @ 189

Last change on this file since 189 was 127, checked in by epyon, 12 years ago
  • gui_test test project
File size: 246 bytes
Line 
1default = {
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 = {
8                border = 2,
9                border_color = { 0.2, 0.2, 0.4, 1.0 },
10        }
11}
Note: See TracBrowser for help on using the repository browser.