You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In helix, you can have multiple cursors operating on different selections in a file. You can cycle between them and remove selections. At any one time, one of the selections is considered to be primary and you can use keybindings to keep or dismiss it.
Both these themes give the ability to differentiate between primary and secondary selections (with varying subtlety). They both rely on ui.cursor and ui.cursor.primary, and ui.selection and ui.selection.primary being visually distinct.
In stylix's helix config ui.cursor is defined and ui.cursor.primary is not. Also, ui.selection and ui.selection.primary are both defined as base02.
Here's what that looks like with the stylix config:
(Stylix)
The text was updated successfully, but these errors were encountered:
In helix, you can have multiple cursors operating on different selections in a file. You can cycle between them and remove selections. At any one time, one of the selections is considered to be primary and you can use keybindings to keep or dismiss it.
For example:
(Dracula_at_night)
(Ayu_dark)
Both these themes give the ability to differentiate between primary and secondary selections (with varying subtlety). They both rely on
ui.cursor
andui.cursor.primary
, andui.selection
andui.selection.primary
being visually distinct.In stylix's helix config
ui.cursor
is defined andui.cursor.primary
is not. Also,ui.selection
andui.selection.primary
are both defined as base02.Here's what that looks like with the stylix config:
(Stylix)
The text was updated successfully, but these errors were encountered: