Optimized C128 color set for 80 column display.
This commit is contained in:
parent
ce48ac2d94
commit
ab04ee0d10
1 changed files with 10 additions and 10 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||
*
|
||||
* $Id: contiki-conf.h,v 1.5 2010/01/31 21:54:36 oliverschmidt Exp $
|
||||
* $Id: contiki-conf.h,v 1.6 2010/02/01 21:26:20 oliverschmidt Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONTIKI_CONF_H__
|
||||
|
@ -46,15 +46,15 @@
|
|||
#define MOUSE_CONF_XTOC(x) ((x) / 4)
|
||||
#define MOUSE_CONF_YTOC(y) ((y) / 8)
|
||||
|
||||
#define BORDERCOLOR COLOR_LIGHTBLUE
|
||||
#define SCREENCOLOR COLOR_BLUE
|
||||
#define BACKGROUNDCOLOR COLOR_BLUE
|
||||
#define WINDOWCOLOR COLOR_GRAY1
|
||||
#define WINDOWCOLOR_FOCUS COLOR_LIGHTBLUE
|
||||
#define WIDGETCOLOR COLOR_GRAY1
|
||||
#define WIDGETCOLOR_FOCUS COLOR_YELLOW
|
||||
#define WIDGETCOLOR_FWIN COLOR_LIGHTBLUE
|
||||
#define WIDGETCOLOR_HLINK COLOR_CYAN
|
||||
#define BORDERCOLOR COLOR_BLACK
|
||||
#define SCREENCOLOR COLOR_BLACK
|
||||
#define BACKGROUNDCOLOR COLOR_BLACK
|
||||
#define WINDOWCOLOR COLOR_CYAN
|
||||
#define WINDOWCOLOR_FOCUS COLOR_CYAN
|
||||
#define WIDGETCOLOR COLOR_CYAN
|
||||
#define WIDGETCOLOR_FOCUS COLOR_WHITE
|
||||
#define WIDGETCOLOR_FWIN COLOR_CYAN
|
||||
#define WIDGETCOLOR_HLINK COLOR_YELLOW
|
||||
|
||||
#define EMAIL_CONF_WIDTH 79
|
||||
#define EMAIL_CONF_HEIGHT 20
|
||||
|
|
Loading…
Reference in a new issue