libgeda
|
00001 /* gEDA - GPL Electronic Design Automation 00002 * libgeda - gEDA's Library 00003 * Copyright (C) 1998-2010 Ales Hvezda 00004 * 00005 * This library is free software; you can redistribute it and/or 00006 * modify it under the terms of the GNU Library General Public 00007 * License as published by the Free Software Foundation; either 00008 * version 2 of the License, or (at your option) any later version. 00009 * 00010 * This library is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 * Library General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License 00016 * along with this program; if not, write to the Free Software 00017 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 00018 * MA 02111-1301 USA. 00019 */ 00020 00025 #ifndef _COLORS_H_INCL 00026 #define _COLORS_H_INCL 00027 00028 #define BACKGROUND_COLOR 0 00029 #define PIN_COLOR 1 00030 #define NET_ENDPOINT_COLOR 2 00031 #define GRAPHIC_COLOR 3 00032 #define NET_COLOR 4 00033 #define ATTRIBUTE_COLOR 5 00034 #define LOGIC_BUBBLE_COLOR 6 00035 #define DOTS_GRID_COLOR 7 00036 #define DETACHED_ATTRIBUTE_COLOR 8 00037 #define TEXT_COLOR 9 00038 #define BUS_COLOR 10 00039 #define SELECT_COLOR 11 00040 #define BOUNDINGBOX_COLOR 12 00041 #define ZOOM_BOX_COLOR 13 00042 #define STROKE_COLOR 14 00043 #define LOCK_COLOR 15 00044 #define OUTPUT_BACKGROUND_COLOR 16 00045 #define FREESTYLE1_COLOR 17 00046 #define FREESTYLE2_COLOR 18 00047 #define FREESTYLE3_COLOR 19 00048 #define FREESTYLE4_COLOR 20 00049 #define JUNCTION_COLOR 21 00050 #define MESH_GRID_MAJOR_COLOR 22 00051 #define MESH_GRID_MINOR_COLOR 23 00052 00053 #define OVERRIDE_NET_COLOR 4 00054 #define OVERRIDE_PIN_COLOR 1 00055 #define OVERRIDE_BUS_COLOR 10 00056 00057 #define DEFAULT_COLOR 3 00058 00059 #endif