From 60420a669ee740dc157efe56d4d43bc4bb6bee19 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 17 Jun 2022 15:43:10 +1000 Subject: Change bug colour slightly to be more unique and make it easier to detect when debugging. --- src/EditView.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/EditView.cxx b/src/EditView.cxx index 575c10d6d..c24adeb12 100644 --- a/src/EditView.cxx +++ b/src/EditView.cxx @@ -934,7 +934,7 @@ Sci::Position EditView::StartEndDisplayLine(Surface *surface, const EditModel &m namespace { -constexpr ColourRGBA bugColour = ColourRGBA(0xff, 0, 0xff, 0xf0); +constexpr ColourRGBA bugColour = ColourRGBA(0xff, 0, 0xfe, 0xf0); // Selection background colours are always defined, the value_or is to show if bug -- cgit v1.2.3