diff --git a/themes/zzTheme-color-theme.json b/themes/zzTheme-color-theme.json index 60cfa33..e82051a 100644 --- a/themes/zzTheme-color-theme.json +++ b/themes/zzTheme-color-theme.json @@ -29,12 +29,16 @@ "editor.background": "#000000", "editor.foreground": "#f8f8f2", "selection.background": "#ccccc7", - "editor.selectionHighlightBackground": "#575b6180", + "editor.selectionHighlightBackground": "#878b9180", "editor.selectionBackground": "#878b9180", + "editor.findMatchBackground": "#da0e1880", + "editor.findMatchHighlightBackground": "#da0e1800", + "editor.findMatchBorder": "#da0e18FF", + "editor.findMatchHighlightBorder": "#da0e18FF", "minimap.selectionHighlight": "#878b9180", "editor.wordHighlightBackground": "#4a4a7680", "editor.wordHighlightStrongBackground": "#6a6a9680", - "editor.lineHighlightBackground": "#3e3d32", + "editor.lineHighlightBackground": "#1e1d12", "editorLineNumber.activeForeground": "#c2c2bf", "editorCursor.foreground": "#f8f8f0", "editorWhitespace.foreground": "#464741",