aboutsummaryrefslogtreecommitdiff
path: root/themes/term.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/term.lua')
-rw-r--r--themes/term.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/term.lua b/themes/term.lua
index fd35e862..bee6b44f 100644
--- a/themes/term.lua
+++ b/themes/term.lua
@@ -76,6 +76,7 @@ property['style.whitespace'] = ''
-- Markers.
local MARK_BOOKMARK = textadept.bookmarks.MARK_BOOKMARK
buffer.marker_back[MARK_BOOKMARK] = property_int['color.blue']
+buffer.marker_back[textadept.run.MARK_WARNING] = property_int['color.yellow']
buffer.marker_back[textadept.run.MARK_ERROR] = property_int['color.red']
-- Indicators.