aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-11-25 23:41:41 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-11-25 23:41:41 -0500
commit5087bd9004e02d6b140946c77aed6a3333929b4b (patch)
tree89d82ea4aec5b369d4204dc277ad4eea0aeef2e7 /themes
parenta18b06275cf412c7417c0301852d1366c9a67df6 (diff)
Change long line color in terminal version; themes/term.lua
It was impossible to read text on a white background.
Diffstat (limited to 'themes')
-rw-r--r--themes/term.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/term.lua b/themes/term.lua
index f9af703a..d994d526 100644
--- a/themes/term.lua
+++ b/themes/term.lua
@@ -83,4 +83,4 @@ buffer.indic_fore[INDIC_HIGHLIGHT] = property_int['color.yellow']
--buffer.call_tip_fore_hlt = property_int['color.blue']
-- Long Lines.
-buffer.edge_colour = property_int['color.white']
+buffer.edge_colour = property_int['color.red']