This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // https://www.reddit.com/r/vscode/comments/11e66xh/i_made_neovide_alike_cursor_effect_on_vscode/ | |
| // Configuration | |
| // Set the color of the cursor trail to match the user's cursor color | |
| const Color = "#A052FF" // If set to "default," it will use the theme's cursor color. | |
| // ! default will only reference editorCursor.background | |
| // "workbench.colorCustomizations": { | |
| // "editorCursor.background": "#A052FF", | |
| // } |