diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml index d11c23185..e2b4277ec 100644 --- a/runtime/themes/bogster.toml +++ b/runtime/themes/bogster.toml @@ -56,6 +56,7 @@ "ui.selection" = { bg = "#313f4e" } # "ui.cursor.match" # TODO might want to override this because dimmed is not widely supported +"ui.cursor.match" = { fg = "#313f4e", bg = "#dc7759" } "ui.cursor" = { fg = "#ABB2BF", modifiers = ["reversed"] } "ui.menu.selected" = { fg = "#e5ded6", bg = "#313f4e" } diff --git a/runtime/themes/solarized_dark.toml b/runtime/themes/solarized_dark.toml index e3d587d4c..dd2013e20 100644 --- a/runtime/themes/solarized_dark.toml +++ b/runtime/themes/solarized_dark.toml @@ -81,7 +81,7 @@ "ui.cursor" = {fg = "base02", bg = "cyan"} "ui.cursor.insert" = {fg = "base03", bg = "base3"} # 当前光标匹配的标点符号 -"ui.cursor.match" = {modifiers = ["reversed"]} +"ui.cursor.match" = { fg = "base03", bg = "base00" } "warning" = { fg = "orange", modifiers= ["bold", "underlined"] } "error" = { fg = "red", modifiers= ["bold", "underlined"] } diff --git a/runtime/themes/solarized_light.toml b/runtime/themes/solarized_light.toml index 3191add35..9c8202945 100644 --- a/runtime/themes/solarized_light.toml +++ b/runtime/themes/solarized_light.toml @@ -81,7 +81,7 @@ "ui.cursor" = {fg = "base02", bg = "cyan"} "ui.cursor.insert" = {fg = "base03", bg = "base3"} # 当前光标匹配的标点符号 -"ui.cursor.match" = {modifiers = ["reversed"]} +"ui.cursor.match" = { fg = "base02", bg = "light-gray" } "warning" = { fg = "orange", modifiers= ["bold", "underlined"] } "error" = { fg = "red", modifiers= ["bold", "underlined"] } diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml index 5318dc2d3..29c7d7f7e 100644 --- a/runtime/themes/spacebones_light.toml +++ b/runtime/themes/spacebones_light.toml @@ -61,7 +61,7 @@ "ui.text.focus" = { fg = "fg1" } "ui.selection" = { bg = "bg3", modifiers = ["reversed"] } "ui.cursor.primary" = { modifiers = ["reversed"] } -"ui.cursor.match" = { modifiers = ["reversed"] } +"ui.cursor.match" = { bg = "bg3" } "ui.menu" = { fg = "fg1", bg = "bg2" } "ui.menu.selected" = { fg = "#655370", bg = "#d1dcdf", modifiers = ["bold"] }