From 33d287a9ad4e72311cf74c7070406626f8cad4bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= <blaz@mxxn.io>
Date: Mon, 27 Jun 2022 17:27:24 +0900
Subject: [PATCH] Add a default cursorline style for the primary selection

---
 theme.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/theme.toml b/theme.toml
index 3fc694e4..ab7c995a 100644
--- a/theme.toml
+++ b/theme.toml
@@ -65,6 +65,7 @@ label = "honey"
 "ui.cursor.insert" = { bg = "white" }
 "ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
 "ui.cursor" = { modifiers = ["reversed"] }
+"ui.cursorline.primary" = { bg = "bossanova" }
 "ui.highlight" = { bg = "bossanova" }
 
 "ui.menu" = { fg = "lavender", bg = "revolver" }