mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
ide: Global highlighting of selection IDs improved
git-svn-id: svn://ultimatepp.org/upp/trunk@7432 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c1c98e07d9
commit
1e50ea640b
6 changed files with 33 additions and 33 deletions
|
|
@ -153,7 +153,7 @@ void HighlightSetup::DefaultHlStyles()
|
|||
SetHlStyle(PAPER_READONLY, SColorFace);
|
||||
SetHlStyle(PAPER_SELECTED, SColorHighlight);
|
||||
|
||||
SetHlStyle(PAPER_SELWORD, SColorInfo);
|
||||
SetHlStyle(PAPER_SELWORD, Blend(SColorHighlight(), White(), 215));
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue