vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit d4d0c34ca763cd29f92973ad24b3bc0d99a29b3f
parent b55e990e33c7eef68ae351529a77b36d7a31cf3e
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sat, 31 Oct 2015 19:20:11 +0100

theme: increase contrast by setting background color to black

Diffstat:
Mlexers/themes/solarized.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lexers/themes/solarized.lua b/lexers/themes/solarized.lua @@ -1,6 +1,6 @@ -- Solarized color codes Copyright (c) 2011 Ethan Schoonover local colors = { - ['base03'] = '#002b36', + ['base03'] = '#000000', -- '#002b36', ['base02'] = '#073642', ['base01'] = '#586e75', ['base00'] = '#657b83',