/* * * Copyright (c) 1994, 2002 Johannes Prix * Copyright (c) 1994, 2002 Reinhard Prix * * * This file is part of Freedroid * * Freedroid is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Freedroid is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Freedroid; see the file COPYING. If not, write to the * Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * */ #ifndef _colodefs_h #define _colodefs_h #define DATA70FONTCOLOR 7 #define DATA70BGCOLOR 0 #define BANNER_BG_COLOR 254 #define ALLALERTCOLORS 3 #define FARBENPROLEVEL 5 #define FIRSTBLOCKCOLOR 1 #define ALLLEVELCOLORS 7 #define MAXBULCOL 5 #define INFLUENCEFARBWERT 253 #define BULLETCOLOR 254 #define TRANSPARENTCOLOR 255 #define NOTCURRENTLEVELCOLOR {0,0,47} //#define BULLETCOLOR1 {63,61,0} /* gelb */ //#define BULLETCOLOR2 {50,11,11} /* rot */ //#define BULLETCOLOR3 {63,61,0} /* gelb */ //#define BULLETCOLOR4 {50,11,11} /* rot */ //#define BULLETCOLOR5 {63,32,32} /* rosa */ #define BULLETCOLOR1 {63,62,0} // {63,53,21} // {63,62,0} /* gelb */ #define BULLETCOLOR2 {35,0,0} // {46,0,0} /* dunkelrot/feuerrot = Kaminrot */ #define BULLETCOLOR3 {63,63,63} /* weiss */ #define BULLETCOLOR4 {63,24,24} /* hellrot */ #define BULLETCOLOR5 {50,24,0} // {45,21,0} /* Consolenbraun */ #define BULLETCOLOR6 {50,30,11} /* braun */ #define BULLETCOLOR9 {63,35,8} /* rotbraun */ #define BULLETCOLOR7 {63,62,23} /* hellgelb */ #define BULLETCOLOR8 {63,63,63} /* wei"s */ #define FONT_FG 251 #define FONT_HG 252 #define BANNER_WHITE 32 #define BANNER_VIOLETT 190 /* #define FONT_YELLOW 63,61,0 #define FONT_GREEN 0,50,0 #define FONT_BLUE 0,0,50 #define FONT_WHITE 63,63,63 #define FONT_RED 50,0,0 #define FONT_BLUEGREEN 0,40,40 #define FONT_BLACK 0,0,0 */ #endif /* Nothing more from here on */