Skip to content

Commit

Permalink
Change primary selection color...
Browse files Browse the repository at this point in the history
Fix helix-editor#5314
in continuation of helix-editor#5309
  • Loading branch information
goyalyashpal authored Dec 27, 2022
1 parent ebaf019 commit 1278ee7
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 @@ -60,7 +60,7 @@ label = "honey"
"ui.virtual.indent-guide" = { fg = "comet" }

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

0 comments on commit 1278ee7

Please sign in to comment.