diff options
author | Jesús González | 2023-12-15 06:54:59 +0000 |
---|---|---|
committer | GitHub | 2023-12-15 06:54:59 +0000 |
commit | f1e34ce5a2214a3f44f021aea1546ba1b7376f35 (patch) | |
tree | dd6632fcf45faa41011707e2a5d02a674c51f555 /runtime/themes | |
parent | 11856329bf39cebf34c367bae6bc879b52f8d5e9 (diff) |
Specify BG and FG cursor colors in Darcula themes (#9002)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/darcula.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 49546374..b704d60e 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -15,7 +15,7 @@ "ui.statusline.select" = { bg = "orange", fg = "grey01" } "ui.help" = { fg = "grey04", bg = "grey01" } "ui.cursor" = { fg = "grey04", modifiers = ["reversed"] } -"ui.cursor.primary" = { fg = "grey05", modifiers = ["reversed"] } +"ui.cursor.primary" = { fg = "grey02", bg = "grey05" } "ui.cursor.match" = { fg = "white", modifiers = ["underlined"] } "ui.cursorline.primary" = { bg = "grey02" } "ui.cursorline.secondary" = { bg = "grey02" } |