musicus mpd client 0.1d
|
00001 00008 /********************************************************************** 00009 * Copyright 2006 - 2008 by Simon Gerber <simugerber@student.ethz.ch> 00010 * 00011 * This file is part of Musicus. 00012 * Musicus is free software: you can redistribute it and/or modify 00013 * it under the terms of the GNU General Public License as published by 00014 * the Free Software Foundation, either version 3 of the License, or 00015 * (at your option) any later version. 00016 * 00017 * Musicus is distributed in the hope that it will be useful, 00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 * GNU General Public License for more details. 00021 * 00022 * You should have received a copy of the GNU General Public License 00023 * along with Musicus. If not, see <http://www.gnu.org/licenses/>. 00024 **********************************************************************/ 00025 00026 #ifndef __colorcodes_h 00027 #define __colorcodes_h 00028 00033 00034 /* colorcodes for terminal */ 00035 00037 #define RED "\033[31m" 00038 00039 #define GREEN "\033[32m" 00040 00041 #define YELLOW "\033[33m" 00042 00043 #define BLUE "\033[34m" 00044 00045 #define VIOLET "\033[35m" 00046 00047 #define TURQUOISE "\033[36m" 00048 00050 #define BOLD "\033[1m" 00051 00052 #define UNDERLINED "\033[4m" 00053 00060 #define NORMAL "\033[0m" 00061 00063 #endif