From 6f3b62983051a80717789ca7a2e1cef063f4876a Mon Sep 17 00:00:00 2001 From: egalicia Date: Fri, 5 Mar 2021 01:39:57 -0600 Subject: [PATCH] Change cursor color A color with higth contrast is better for legibility and fast position track of cursor. --- themes/dark.codely-theme-color-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/dark.codely-theme-color-theme.json b/themes/dark.codely-theme-color-theme.json index 451a08e..bd3aa97 100644 --- a/themes/dark.codely-theme-color-theme.json +++ b/themes/dark.codely-theme-color-theme.json @@ -23,7 +23,7 @@ "editor.selectionBackground": "#442b43", "editorBracketMatch.background": "#442b43", "editorBracketMatch.border": "#262626", - "editorCursor.foreground": "#81277e", + "editorCursor.foreground": "#1EE488", "editorGroupHeader.border": "#262626", "editorGroupHeader.tabsBackground": "#1e1e1e", "editorIndentGuide.background": "#262626", @@ -1285,4 +1285,4 @@ } } ] -} \ No newline at end of file +}