Skip to content

Instantly share code, notes, and snippets.

@Tynael
Created July 20, 2023 15:33
Show Gist options
  • Save Tynael/5905d5255a47f337d42451c181d8cead to your computer and use it in GitHub Desktop.
Save Tynael/5905d5255a47f337d42451c181d8cead to your computer and use it in GitHub Desktop.
VS Code: Customize Editor & Terminal Cursor Colors
"workbench.colorCustomizations": {
"editorCursor.foreground": "#069A8E",
"terminalCursor.foreground": "#069A8E"
}
@Tynael
Copy link
Author

Tynael commented Jul 20, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment