home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / missionpack / mp-pak0.pk3 / ui / theme_classic.h < prev    next >
Encoding:
C/C++ Source or Header  |  2007-10-30  |  1.5 KB  |  37 lines

  1. /*
  2. ===========================================================================
  3. Copyright (C) 2007 Open Arena Team
  4.  
  5. This file is part of Open Arena.
  6.  
  7. Open Arena is free software; you can redistribute it
  8. and/or modify it under the terms of the GNU General Public License as
  9. published by the Free Software Foundation; either version 2 of the License,
  10. or (at your option) any later version.
  11.  
  12. Open Arena is distributed in the hope that it will be
  13. useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with Open Arena; if not, write to the Free Software
  19. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  20. ===========================================================================
  21. */
  22.  
  23. #define MP_BACKGROUND "ui/assets/splash.jpg" // background of the menu
  24. #define MP_SND_SELECT "sound/misc/menu1.wav" // confirm noise
  25. #define MP_SND_HOVER "sound/misc/menu2.wav" // hover noise
  26.  
  27. #define MP_TITLECOLOR 1 1 1 1 // Title colors
  28. #define MP_TEXTCOLOR  1 0 0 1 // regular color of menu button text
  29. #define MP_FOCUSCOLOR 0 1 1 1 1 // focus 
  30. #define MP_BOX_HEADERCOLOR 1 1 1 1 // for the text appearing above editboxes
  31. #define MP_SMALLCOLOR 0.45 0.65 0 1 // the smaller options colors
  32.  
  33. #define MP_BOX_BORDER     1 0 0 1
  34. #define MP_BOX_FORE     0.45   0.65  1   1
  35. #define MP_BOX_BACK     0.0 0.0 0.0 1
  36. #define MP_BOX_OUTLINE     1   0   0   0.3
  37.