diff options
author | Michael McClintock <mrmcc3@gmail.com> | 2023-01-19 13:52:20 +1000 |
---|---|---|
committer | Michael McClintock <mrmcc3@gmail.com> | 2023-01-19 13:52:20 +1000 |
commit | 5838c669ceb59cf5b27ad234f4509b6bd33730d3 (patch) | |
tree | 20c7611cf81e669b4e937163272d77874684ab83 | |
parent | 179dc5e8ab7b39c912faca7f331e6cc95cee2222 (diff) | |
download | yo-theme-helix-5838c669ceb59cf5b27ad234f4509b6bd33730d3.tar.gz |
make matching bracket stand out more
-rw-r--r-- | yo_dark.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yo_dark.toml b/yo_dark.toml index 9074172..c993e40 100644 --- a/yo_dark.toml +++ b/yo_dark.toml @@ -26,7 +26,7 @@ "ui.cursor" = { fg = "gray2", bg = "gray11" } "ui.cursor.insert" = { fg = "alt2", bg = "alt10" } "ui.cursor.select" = { fg = "gray2", bg = "gray12" } -"ui.cursor.match" = { fg = "alt10" } +"ui.cursor.match" = { fg = "gray12", modifiers = ["bold"] } "ui.selection" = { fg = "gray12", bg = "gray5" } "ui.selection.primary" = { fg = "alt12", bg = "alt5" } "ui.cursorline.primary" = { bg = "gray3" } |