aboutsummaryrefslogtreecommitdiff
path: root/themes/light.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light.lua')
-rw-r--r--themes/light.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/light.lua b/themes/light.lua
index 5b7baca0..f5c54717 100644
--- a/themes/light.lua
+++ b/themes/light.lua
@@ -123,5 +123,8 @@ local INDIC_HIGHLIGHT = textadept.editing.INDIC_HIGHLIGHT
buffer.indic_fore[INDIC_HIGHLIGHT] = property_int['color.orange']
buffer.indic_alpha[INDIC_HIGHLIGHT] = 255
+-- Call tips.
+--buffer.call_tip_fore_hlt = property_int['color.light_blue']
+
-- Long Lines.
buffer.edge_colour = property_int['color.grey']