Skip to content

Commit

Permalink
style other cursors (how to add name to own cursor!?!?)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 1, 2025
1 parent f8b21cc commit 7592df6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ let theme = EditorView.theme(
"text-underline-offset": "0.24rem",
"text-decoration-color": colors.fuchsia300,
},
".cm-ySelectionInfo": {
opacity: "1",
fontFamily: 'monospace',
color: "black",
padding: "3px 4px",
fontSize: "0.8rem",
//"font-weight": "bold",
top: "1.25em",
"z-index": "1000",
},
},
{ dark: true }
);
Expand Down

0 comments on commit 7592df6

Please sign in to comment.