# # colors.properties # # Copyright (c) 2004, 2005 by Daniel Potter. All rights reserved. # # This file is part of the FFXI Skillchains Tool. # # The FFXI Skillchains Tool 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. # # The FFXI Skillchains Tool 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 the FFXI Skillchains Tool; if not, write to the # Free Software Foundation, Inc., 59 Temple Place, Suite 330, # Boston, MA 02111-1307 USA # # Colors # # This defines the order of the colors colors = normal,red,orange,yellow,green,teal,blue,purple,highlightr,highlight,highlightg,highlightb normal = Normal normal.fg = 000000 normal.bg = FFFFFF red = Red red.fg = FF0000 red.bg = FFFFFF orange = Orange orange.fg = FF9900 orange.bg = FFFFFF yellow = Yellow yellow.fg = 999900 yellow.bg = FFFFFF green = Green green.fg = 009900 green.bg = FFFFFF teal = Teal teal.fg = 0099FF teal.bg = FFFFFF blue = Blue blue.fg = 0000FF blue.bg = FFFFFF purple = Purple purple.fg = 9900FF purple.bg = FFFFFF highlightr = Highlight (Red) highlightr.fg = FFFFFF highlightr.bg = FF0000 highlight = Highlight (Yellow) highlight.fg = 000000 highlight.bg = FFFF00 highlightg = Highlight (Green) highlightg.fg = FFFFFF highlightg.bg = 00FF00 highlightb = Highlight (Blue) highlightb.fg = FFFFFF highlightb.bg = 0000FF # No custom yet - it's kinda pointless anyway #custom = Custom... # Custom colors are ignored, but defined because... I dunno #custom.fg = 000000 #custom.bg = FFFFFF