.ide: default hl colors

git-svn-id: svn://ultimatepp.org/upp/trunk@7434 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-06-10 07:04:32 +00:00
parent 2818906d9c
commit bf3e7bd0eb

View file

@ -153,7 +153,7 @@ void HighlightSetup::DefaultHlStyles()
SetHlStyle(PAPER_READONLY, SColorFace);
SetHlStyle(PAPER_SELECTED, SColorHighlight);
SetHlStyle(PAPER_SELWORD, Blend(SColorHighlight(), White(), 215));
SetHlStyle(PAPER_SELWORD, Yellow);s
}
END_UPP_NAMESPACE