From 32edfc6757c760100487e6b1dae562464ad73992 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 21 Sep 2013 22:32:05 -0400 Subject: Added call tip highlight color to themes. --- themes/dark.lua | 3 +++ themes/light.lua | 3 +++ themes/term.lua | 3 +++ 3 files changed, 9 insertions(+) diff --git a/themes/dark.lua b/themes/dark.lua index 6db08dfc..f798b812 100644 --- a/themes/dark.lua +++ b/themes/dark.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.dark_grey'] 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'] 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'] -- cgit v1.2.3