home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / missionpack / mp-pak0.pk3 / ui / theme_azure.h < prev    next >
Encoding:
C/C++ Source or Header  |  2007-10-30  |  1.6 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/splash22.jpg" // background of the menu
  24. #define MP_SND_SELECT "ui/assets/select.wav" // confirm noise
  25. #define MP_SND_HOVER "ui/assets/hover.wav" // hover noise
  26.  
  27. #define MP_TITLECOLOR 1 1 1 1 // Title colors
  28. #define MP_TEXTCOLOR  0.24 0.70 0.935 1 // regular color of menu button text
  29. #define MP_FOCUSCOLOR 0.34 0.8 0.835 1 // focus 
  30. #define MP_BOX_HEADERCOLOR 1 1 1 1 // for the text appearing above editboxes
  31. #define MP_SMALLCOLOR 0.25 0.45 0.85 1 // the smaller options colors
  32.  
  33. #define MP_BOX_BORDER     0.25 0.25 0.25 1
  34. #define MP_BOX_FORE     0.01   0.5   1   1
  35. #define MP_BOX_BACK     0.0 0.0 0.1 1
  36. #define MP_BOX_OUTLINE     0.01   0.5   1   0.3
  37.