Skip to content

Commit

Permalink
Default theme: Use different highlight color for secondary selections
Browse files Browse the repository at this point in the history
  • Loading branch information
rmburg committed Jul 2, 2024
1 parent fc97ecc commit 637f8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ label = "honey"

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

"ui.selection" = { bg = "#540099" }
"ui.selection" = { bg = "#481173" }
"ui.selection.primary" = { bg = "#540099" }
# TODO: namespace ui.cursor as ui.selection.cursor?
"ui.cursor.select" = { bg = "delta" }
Expand Down

0 comments on commit 637f8e4

Please sign in to comment.