From 0007f1ede3d66204e094bc9bb9c7fa3acaaab72e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 10 Feb 2003 10:47:27 +0000 Subject: Control of colours of fold margin. --- src/ViewStyle.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index d43ccef67..135a8b340 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -59,6 +59,10 @@ public: ColourPair whitespaceBackground; ColourPair selbar; ColourPair selbarlight; + bool foldmarginColourSet; + ColourPair foldmarginColour; + bool foldmarginHighlightColourSet; + ColourPair foldmarginHighlightColour; /// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin enum { margins=3 }; int leftMarginWidth; ///< Spacing margin on left of text @@ -79,7 +83,7 @@ public: int edgeState; int caretWidth; bool someStylesProtected; - + ViewStyle(); ViewStyle(const ViewStyle &source); ~ViewStyle(); -- cgit v1.2.3