Skip to content

Commit

Permalink
feat(vscode): selection highlight with helix mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Dec 21, 2024
1 parent 83345d9 commit b225a35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion home-manager/features/vscode/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ in
"dance.modes" = {
"" = {
"hiddenSelectionsIndicatorsDecoration" = {
"isWholeLine" = false;
"after" = {
"color" = "$inputValidation.infoForeground";
};
"backgroundColor" = "$inputValidation.infoBackground";
"borderColor" = "$inputValidation.infoBorder";
};
};
};
Expand Down

0 comments on commit b225a35

Please sign in to comment.