From 290b3ebbbe0c365eee436b9de9d6d6fc2b4339e9 Mon Sep 17 00:00:00 2001 From: nosa <96927121+n0s4@users.noreply.github.com> Date: Fri, 1 Jul 2022 20:09:59 +0100 Subject: [PATCH] Update night_owl for cursorline (#2938) --- runtime/themes/night_owl.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/night_owl.toml b/runtime/themes/night_owl.toml index d9927355..825bd412 100644 --- a/runtime/themes/night_owl.toml +++ b/runtime/themes/night_owl.toml @@ -32,6 +32,7 @@ 'ui.help' = { fg = 'gold', bg = 'background2'} 'ui.virtual.ruler' = { bg = 'grey4' } 'ui.virtual.whitespace' = { fg = 'grey4' } +'ui.cursorline.primary' = { bg = 'background2' } # SYNTAX 'type' = { fg = 'green' }