Skip to content

Instantly share code, notes, and snippets.

View cristime's full-sized avatar

Cristime Cai cristime

View GitHub Profile
@cristime
cristime / trailcursor.js
Created April 30, 2024 17:39
vscode trailcursor
// 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",
// }