vis-config

lua scripts to configure vis editor

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

commit 4dd1731974e12a4003a578fb8657e3529eaf2942
parent f648c35fea1988a711aa079c383e715fe4a53395
Author: Jul <jul@9o.is>
Date:   Mon, 26 Jan 2026 06:32:57 -0500

set primary cursor to yellow

Diffstat:
Mthemes/base16.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/base16.lua b/themes/base16.lua @@ -6,7 +6,7 @@ local c = { yellow = 'yellow', gray = os.getenv('color_base03') and '#'..os.getenv('color_base03') or 'black', cursor = os.getenv('color_base04') and '#'..os.getenv('color_base04') or 'white', - primary_cursor = os.getenv('color_base06') and '#'..os.getenv('color_base06') or 'white', + primary_cursor = 'yellow', } lexers.STYLE_DEFAULT =''