From 1c2e00e71b242cacdcdaa19f63addefce406d3d3 Mon Sep 17 00:00:00 2001 From: Tomas Ruud Date: Sat, 14 Oct 2023 10:48:42 +0200 Subject: [PATCH] Improving primary selections --- runtime/themes/ttox.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/ttox.toml b/runtime/themes/ttox.toml index 3972d110ecda..16909cc7013e 100644 --- a/runtime/themes/ttox.toml +++ b/runtime/themes/ttox.toml @@ -1,6 +1,9 @@ # Author : Tomas Ruud "ui.selection" = { fg = "white", bg = "gray" } +"ui.cursor" = { fg = "black", bg = "light-gray" } +"ui.cursor.primary" = { fg = "black", bg = "light-gray" } +"ui.cursor.match" = { modifiers = ["underlined"] } "ui.background.separator" = "gray" "ui.linenr" = "gray" "ui.linenr.selected" = { fg = "white", bg = "gray" }