From 9ea51904b3570db473e4e084d451919322688328 Mon Sep 17 00:00:00 2001 From: Alogitt <35776802+Alogitt@users.noreply.github.com> Date: Tue, 1 May 2018 11:56:18 -0400 Subject: [PATCH] Turn on line highlighter by default --- build/shared/lib/theme/theme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/shared/lib/theme/theme.txt b/build/shared/lib/theme/theme.txt index a682da3794e..f4147f7e791 100644 --- a/build/shared/lib/theme/theme.txt +++ b/build/shared/lib/theme/theme.txt @@ -64,7 +64,7 @@ editor.bgcolor = #ffffff # highlight for the current line editor.linehighlight.color=#e2e2e2 # highlight for the current line -editor.linehighlight=false +editor.linehighlight=true # caret blinking and caret color editor.caret.color = #333300