Skip to content

Commit

Permalink
switch back to thin caret (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond authored Jan 1, 2025
1 parent 14b26fe commit e0d1036
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ let theme = EditorView.theme(
},
".cm-cursor": {
"border-left-color": "#d9770696",
"border-left-width": "11px",

// sorry froos I'm turning this off because it's a power user feature
// Let's add settings for this!!!!!!!!!!
// "border-left-width": "11px",
},
".cm-activeLine, .cm-activeLineGutter": {
"background-color": "#aaaaaa20",
Expand Down

0 comments on commit e0d1036

Please sign in to comment.