Re: ed background colour

new topic     » goto parent     » topic index » view thread      » older message » newer message

Robert Craig wrote:
> 
> Anyway, my impression was that a dull white
> or gray background made the foreground colors look better.
> 
These are the colors I use.  I've found them to be quite easy on the eyes.
-- colors
constant TOP_LINE_TEXT_COLOR = YELLOW,
	 TOP_LINE_BACK_COLOR = RED, 
	 TOP_LINE_DIM_COLOR = BLUE,
	 BACKGROUND_COLOR = BLUE

-- colors needed by syncolor.e:
-- Adjust to suit your monitor and your taste.
global constant NORMAL_COLOR = BRIGHT_WHITE,   -- GRAY might look better
		COMMENT_COLOR = BRIGHT_GREEN,
		KEYWORD_COLOR = YELLOW,
		BUILTIN_COLOR = BRIGHT_RED,
		STRING_COLOR = BRIGHT_CYAN,   -- BROWN might look better
		BRACKET_COLOR = {NORMAL_COLOR, YELLOW, BRIGHT_WHITE, 
				 BRIGHT_BLUE, BRIGHT_RED, BRIGHT_CYAN, 
				 BRIGHT_GREEN}

Mike Sabal

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu