Skip to content

Commit

Permalink
fix: deprecated properties and updated line colors
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftEscape committed Nov 10, 2024
1 parent 1887a2f commit e637d0d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions themes/ThemeNemo-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e637d0d

Please sign in to comment.