aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-06-27 08:27:24 +0000
committerBlaž Hrastnik2022-06-27 08:27:24 +0000
commit33d287a9ad4e72311cf74c7070406626f8cad4bb (patch)
treefc1ee8bb18fec142c9787c322b2d7c78d58ca277 /theme.toml
parent8dc86beabd9334d013291656313cb33a88754c42 (diff)
Add a default cursorline style for the primary selection
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml1
1 files changed, 1 insertions, 0 deletions
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" }