From e637d0d0fc369514de23e75df4ea94d17dc06d3d Mon Sep 17 00:00:00 2001 From: Alvin Bellero Date: Sun, 10 Nov 2024 16:57:43 +0800 Subject: [PATCH] fix: deprecated properties and updated line colors --- themes/ThemeNemo-color-theme.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/themes/ThemeNemo-color-theme.json b/themes/ThemeNemo-color-theme.json index 01bfc11..53be090 100644 --- a/themes/ThemeNemo-color-theme.json +++ b/themes/ThemeNemo-color-theme.json @@ -1826,7 +1826,7 @@ "editorCursor.foreground": "#5f7dff", "editorCursor.background": "#ffffff", "editor.selectionBackground": "#272b3d", - "editor.inactiveSelectionBackground": "#3a3d41", + "editor.inactiveSelectionBackground": "#3a3d41fe", "editorWhitespace.foreground": "#e3e4e229", "editor.selectionHighlightBackground": "#add6ff26", "editor.selectionHighlightBorder": "#495F77", @@ -1841,16 +1841,16 @@ "editor.hoverHighlightBackground": "#264f7840", "editor.wordHighlightStrongBackground": "#004972b8", "editor.wordHighlightBackground": "#575757b8", - "editor.lineHighlightBackground": "#ffffff0a", - "editor.lineHighlightBorder": "#22273d", + "editor.lineHighlightBackground": "#14172292", + "editor.lineHighlightBorder": "#141722", "editorLineNumber.activeForeground": "#ffffffcc", "editorLink.activeForeground": "#4e94ce", - "editorIndentGuide.background": "#404040", - "editorIndentGuide.activeBackground": "#707070", + "editorIndentGuide.background1": "#404040", + "editorIndentGuide.activeBackground1": "#707070", "editorRuler.foreground": "#5a5a5a", "editorBracketMatch.background": "#0064001a", "editorBracketMatch.border": "#7d7d7d", - "editor.foldBackground": "#212538", + "editor.foldBackground": "#212538fe", "editorOverviewRuler.background": "#00000000", "editorOverviewRuler.border": "#7f7f7f4d", "editorError.foreground": "#ff512e", @@ -1930,13 +1930,13 @@ "editorMarkerNavigationError.background": "#f48771", "editorMarkerNavigationWarning.background": "#cca700", "editorMarkerNavigationInfo.background": "#75beff", - "merge.currentHeaderBackground": "#367366", - "merge.currentContentBackground": "#27403B", - "merge.incomingHeaderBackground": "#395F8F", - "merge.incomingContentBackground": "#28384B", - "merge.commonHeaderBackground": "#383838", - "merge.commonContentBackground": "#282828", - "editorSuggestWidget.background": "#181b28", + "merge.currentHeaderBackground": "#367366fe", + "merge.currentContentBackground": "#27403bfe", + "merge.incomingHeaderBackground": "#395F8Ffe", + "merge.incomingContentBackground": "#28384Bfe", + "merge.commonHeaderBackground": "#383838fe", + "merge.commonContentBackground": "#282828fe", + "editorSuggestWidget.background": "#181b28fe", "editorSuggestWidget.border": "#232943", "editorSuggestWidget.foreground": "#eaeaea", "editorSuggestWidget.highlightForeground": "#007cff", @@ -1968,8 +1968,8 @@ "minimapGutter.addedBackground": "#0c7c32", "minimapGutter.modifiedBackground": "#0c7d9d", "minimapGutter.deletedBackground": "#ab3238", - "minimap.findMatchHighlight": "#515c6a", - "minimap.selectionHighlight": "#272b3d", + "minimap.findMatchHighlight": "#515c6ada", + "minimap.selectionHighlight": "#272b3de6", "minimap.errorHighlight": "#ff512e", "minimap.warningHighlight": "#ffd100", "minimap.background": "#181b28",