summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael McClintock <mrmcc3@gmail.com>2023-01-21 10:47:39 +1000
committerMichael McClintock <mrmcc3@gmail.com>2023-01-21 10:47:39 +1000
commit0da167ac43f8c5c9b8484e7aadfc6a8ceca68552 (patch)
tree8966670b6806c4c9f8d3c9472381436451bf224a
parent69c7e35b967c7de880742dc27fc747c8e5b1e1cc (diff)
downloadyo-theme-helix-0da167ac43f8c5c9b8484e7aadfc6a8ceca68552.tar.gz
make primary selection different
-rw-r--r--yo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/yo.toml b/yo.toml
index 0c7d5f1..5bb8e58 100644
--- a/yo.toml
+++ b/yo.toml
@@ -25,7 +25,7 @@
"ui.cursor.insert" = { fg = "p2", bg = "keyword" }
"ui.cursor.select" = { fg = "p2", bg = "p12" }
"ui.cursor.match" = { fg = "p12", modifiers = ["bold"] }
-"ui.selection" = { bg = "p5" }
+"ui.selection" = { bg = "p4" }
"ui.selection.primary" = { bg = "p5" }
"ui.cursorline.primary" = { bg = "p3" }