Skip to content

Commit

Permalink
[x] chatting in git
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 1, 2025
1 parent ea50159 commit b1754b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ let theme = EditorView.theme(
// sorry froos I'm turning this off because it's a power user feature
// Let's add settings for this!!!!!!!!!!
// "border-left-width": "11px",
// ok. i think it would anyway be better if the cursor had a nametag but i still haven't found where this happens in flok
},
".cm-activeLine, .cm-activeLineGutter": {
"background-color": "#aaaaaa20",
Expand All @@ -54,7 +55,7 @@ let theme = EditorView.theme(
},
".cm-ySelectionInfo": {
opacity: "1",
fontFamily: 'monospace',
fontFamily: "monospace",
color: "black",
padding: "3px 4px",
fontSize: "0.8rem",
Expand Down

0 comments on commit b1754b7

Please sign in to comment.