aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/term.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/term.lua')
-rw-r--r--themes/term.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/term.lua b/themes/term.lua
index 8e24dfe0..804bcc18 100644
--- a/themes/term.lua
+++ b/themes/term.lua
@@ -29,7 +29,7 @@ colors.light_white = 0xFFFFFF
-- Predefined styles.
styles.default = {fore = colors.white, back = colors.black}
styles.line_number = {fore = colors.black, bold = true}
-styles.brace_light = {fore = colors.black, back = colors.white}
+styles.brace_light = {fore = colors.yellow, bold = true}
--styles.control_char =
--styles.indent_guide =
styles.call_tip = {fore = colors.white, back = colors.black}