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" }