Skip to content

Commit 637f8e4

Browse files
committed
Default theme: Use different highlight color for secondary selections
1 parent fc97ecc commit 637f8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ label = "honey"
6161

6262
"ui.virtual.indent-guide" = { fg = "comet" }
6363

64-
"ui.selection" = { bg = "#540099" }
64+
"ui.selection" = { bg = "#481173" }
6565
"ui.selection.primary" = { bg = "#540099" }
6666
# TODO: namespace ui.cursor as ui.selection.cursor?
6767
"ui.cursor.select" = { bg = "delta" }

0 commit comments

Comments
 (0)