aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/term.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-21 22:32:05 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-21 22:32:05 -0400
commit32edfc6757c760100487e6b1dae562464ad73992 (patch)
tree807c43fd38ac980981b52d259e972825a9453b5f /themes/term.lua
parente18088407d2d25689c4c5b5783dee88ff210b293 (diff)
Added call tip highlight color to themes.
Diffstat (limited to 'themes/term.lua')
-rw-r--r--themes/term.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/term.lua b/themes/term.lua
index bccd2686..fd35e862 100644
--- a/themes/term.lua
+++ b/themes/term.lua
@@ -82,5 +82,8 @@ buffer.marker_back[textadept.run.MARK_ERROR] = property_int['color.red']
local INDIC_HIGHLIGHT = textadept.editing.INDIC_HIGHLIGHT
buffer.indic_fore[INDIC_HIGHLIGHT] = property_int['color.yellow']
+-- Call tips.
+--buffer.call_tip_fore_hlt = property_int['color.blue']
+
-- Long Lines.
buffer.edge_colour = property_int['color.white']