#								-*- conf -*-
# led color configuration.  this can be placed in ~/.led/color
# and modified to suit one's tastes.
#

#
# colors work by specifying foreground, background, and two attribute
# strings, and a name for the color.  the color's name is user defined,
# and can be used anywhere that a color is asked for (for instance, in
# the syntax highlighter). the color names "default", "markedtext",
# "special" and "heading" are used to set main colors.  the first
# attribute string is used on color ttys and the second one is used
# on noncolor ttys.  Attribute strings are a set of any combination
# of the following:
#
#	S - standout
#	U - underline
#	R - reverse video
#	L - blink
#	D - dim
#	B - bold
#	N - normal
#
#		note:  not all ttys will support all attributes.
#
# recognized color names (for foreground and background) are:
#	black
#	gray
#	red
#	green
#	brown
#	yellow
#	blue
#	magenta
#	cyan
#	lightgray
#	white
#	default	- special color that does the default for the tty
#
# some colors affect the bold attribute; for instance, yellow is
# just bold brown.  any color string may have a "bright" in front
# of it to mean bold; "brightred" is the same as "red" with "b" in
# the attribute string.
#

#
# default color scheme
#
# note: these colors settings look best with vga-style colors.
#
default		default	default	N N;
heading		white	blue	N S;
markedtext	white	magenta	N S;
special		brown	default	N N;

# colors used by syntax files
comment		brown	default	N B;
grouping	default	default	N B;
keyword		cyan	default	N U;
type		cyan	default	N U;
string		green	default	N N;
number		green	default	N N;
operator	default	default	N N;
preproc		cyan	default	N B;

# color used for vtrailspace
trailspace	default	red	N B;

# colors for mail
quote1		brown	default N B;
quote2		green	default N B;
quote3		blue	default N B;
signature	blue	default N B;
bolded		yellow	default N B;
underlined	magenta	default B U;
