id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3845	replace brightblue in syntax files	Nicolas Rybkin		"I can't see text printed in bright blue in tty (Slackware Linux, using default skin), I suggest to replace it in syntax files with bright cyan, it can be done with such script ran in syntax folder (skips filehighlight.syntax and syntax.syntax):

{{{
#! /bin/tcsh
set a = `basename $0`
foreach b (*)
    if ($b != $a && $b != ""filehighlight.syntax"" && $b != ""syntax.syntax"") then
        sed -i s/brightblue/brightcyan/ $b
    endif
end
}}}"	defect	new	minor	Future Releases	mcedit	master						no branch	
