Skip to content

Commit 57cec15

Browse files
authored
Merge pull request #236 from Iskustvo/main
revert cursorline/colorcolumn breaking change
2 parents 5769f29 + 04d90de commit 57cec15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/vscode/colors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ colors.get_colors = function()
2525
vscSplitDark = '#444444',
2626
vscSplitThumb = '#424242',
2727

28-
vscCursorDarkDark = '#363636',
28+
vscCursorDarkDark = '#222222',
2929
vscCursorDark = '#51504F',
3030
vscCursorLight = '#AEAFAD',
3131
vscSelection = '#264F78',

0 commit comments

Comments
 (0)