aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/term.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-09-21 08:55:06 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-09-21 08:55:06 -0400
commitf7cfaf74fb0170bc65671c493bccd49b11835256 (patch)
treeb3347b81423adeaaf1ceb18128663124117276c7 /themes/term.lua
parent68e7fc2fef3f9cbd4da4a89fa12915d4e683b439 (diff)
Enabled all theme colors and changed line number colors in the terminal version.
Previously, only colors used in the theme files were enabled.
Diffstat (limited to 'themes/term.lua')
-rw-r--r--themes/term.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/term.lua b/themes/term.lua
index bba23c81..142b7653 100644
--- a/themes/term.lua
+++ b/themes/term.lua
@@ -21,15 +21,15 @@ property['color.white'] = 0xC0C0C0
property['color.light_black'] = 0x404040
property['color.light_red'] = 0x0000FF
property['color.light_green'] = 0x00FF00
---property['color.light_yellow'] = 0x00FFFF
+property['color.light_yellow'] = 0x00FFFF
property['color.light_blue'] = 0xFF0000
property['color.light_magenta'] = 0xFF00FF
---property['color.light_cyan'] = 0xFFFF00
+property['color.light_cyan'] = 0xFFFF00
property['color.light_white'] = 0xFFFFFF
-- Predefined styles.
property['style.default'] = 'fore:$(color.white),back:$(color.black)'
---property['style.linenumber'] =
+property['style.linenumber'] = 'fore:$(color.black),bold'
property['style.bracelight'] = 'fore:$(color.black),back:$(color.white)'
--property['style.controlchar'] =
--property['style.indentguide'] =
@@ -84,7 +84,7 @@ local INDIC_PLACEHOLDER = textadept.snippets.INDIC_PLACEHOLDER
buffer.indic_fore[INDIC_PLACEHOLDER] = property_int['color.magenta']
-- Call tips.
---buffer.call_tip_fore_hlt = property_int['color.blue']
+buffer.call_tip_fore_hlt = property_int['color.blue']
-- Long Lines.
buffer.edge_colour = property_int['color.red']