From 928b847c1e427f25f56d1715d18a0d1d30ab4f59 Mon Sep 17 00:00:00 2001 From: Lex Trotman Date: Sat, 2 Jun 2012 16:09:16 +1000 Subject: [PATCH] Force selection to change when Default or Alt colourscheme chosen The selection foreground and background are not changed unless the respective 3rd or 4th field is true (see highlighting.c:790). --- data/colorschemes/alt.conf | 2 +- data/filetypes.common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/colorschemes/alt.conf b/data/colorschemes/alt.conf index 6d0e3dd1d..c640a4224 100644 --- a/data/colorschemes/alt.conf +++ b/data/colorschemes/alt.conf @@ -13,7 +13,7 @@ error=0xffffff;0xff0000 # Editor styles #------------------------------------------------------------------------------- -selection=0x000000;0xc0c0c0;false;false +selection=0x000000;0xc0c0c0;false;true current_line=0x000000;0xf0f0f0;true brace_good=0x0000ff;0xFFFFFF;true;false brace_bad=0xff0000;0xFFFFFF;true;false diff --git a/data/filetypes.common b/data/filetypes.common index 8e33d1050..67e3e02fd 100644 --- a/data/filetypes.common +++ b/data/filetypes.common @@ -103,7 +103,7 @@ whitespace_chars=\s\t!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~ default=0x000000;0xffffff;false;false error=0xff0000;0xBFBFBF;false;italic -selection=0x000000;0xc0c0c0;false;false +selection=0x000000;0xc0c0c0;true;true current_line=0x000000;0xf0f0f0;true; brace_good=0x0000ff;0xFFFFFF;true;false brace_bad=0xff0000;0xFFFFFF;true;false -- 2.11.4.GIT