Skip to content

Instantly share code, notes, and snippets.

@tahir-hassan
Created June 9, 2024 20:20
Show Gist options
  • Save tahir-hassan/919d27f4ee82e0e9d1b851e5bdbd5164 to your computer and use it in GitHub Desktop.
Save tahir-hassan/919d27f4ee82e0e9d1b851e5bdbd5164 to your computer and use it in GitHub Desktop.
Settings for Cursor column highlight VSCode extension

Settings for Cursor column highlight VSCode extension

These are my settings for the Cursor column highlight extension for VSCode.

{
    "cursor-column.showBorder": true,
    "workbench.colorCustomizations": {
        "cursorColumnColor": "#1f231f"
    }
}

You can get to settings.json by clicking on the settings icon on the left, and then clicking on Open Settings (JSON) in the top right corner.

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