Unnamed repository; edit this file 'description' to name the repository.
Override far too dark cursorline (#11071)
| -rw-r--r-- | runtime/themes/gruvbox_light.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox_light.toml b/runtime/themes/gruvbox_light.toml index 59ce9901..ba216020 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 |