diff options
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 135a8b340..ff38efef2 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -63,6 +63,11 @@ public: ColourPair foldmarginColour; bool foldmarginHighlightColourSet; ColourPair foldmarginHighlightColour; + bool hotspotForegroundSet; + ColourPair hotspotForeground; + bool hotspotBackgroundSet; + ColourPair hotspotBackground; + bool hotspotUnderline; /// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin enum { margins=3 }; int leftMarginWidth; ///< Spacing margin on left of text |