From 487c2c0c5ec9994565f8107a1fcc1bb08055597c Mon Sep 17 00:00:00 2001 From: lemontheme Date: Mon, 1 Jul 2024 11:57:15 +0200 Subject: [PATCH] Override far too dark cursorline --- runtime/themes/gruvbox_light.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/gruvbox_light.toml b/runtime/themes/gruvbox_light.toml index 59ce990112e5..ba216020b8cf 100644 --- a/runtime/themes/gruvbox_light.toml +++ b/runtime/themes/gruvbox_light.toml @@ -6,6 +6,7 @@ inherits = "gruvbox" "ui.cursor.primary" = { modifiers = ["reversed"] } "ui.cursor.match" = { bg = "bg2" } +"ui.cursorline" = { bg = "bg1" } [palette] bg0 = "#fbf1c7" # main background