//---------------------------------------------------------------------------// // Neon v2.5 // Copyright (C) 2006,2008 Jordi Ros // www.neonv2.com / www.xplsv.com // // This program 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 3 of the License, or // (at your option) any later version. // // This program 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 this program called license.txt // If not, see // //---------------------------------------------------------------------------// ITEM(COL_FONT_LABEL, "font_label") ITEM(COL_FONT_BUTTON, "font_button") ITEM(COL_FONT_WINDOW_TITLE, "font_window_title") ITEM(COL_FONT_EDIT, "font_edit") ITEM(COL_FONT_EDIT_ACTIVE, "font_edit_active") ITEM(COL_TAB_BG, "tab_bg") ITEM(COL_BASE_BG, "base_bg") ITEM(COL_BASE_BORDER, "base_border") ITEM(COL_BASE_BORDER_ACTIVE, "base_border_active") ITEM(COL_GRID_BG, "grid_bg") ITEM(COL_GRID_BG_ACTIVE, "grid_bg_active") ITEM(COL_GRID_BORDER, "grid_border") ITEM(COL_GRID_BORDER_ACTIVE, "grid_border_active") ITEM(COL_GRID_CELL_ATTACHED, "grid_cell_attached") ITEM(COL_EDIT_BG, "edit_bg") ITEM(COL_EDIT_BG_ACTIVE, "edit_bg_active") ITEM(COL_EDIT_BORDER, "edit_border") ITEM(COL_EDIT_BORDER_ACTIVE, "edit_border_active")