From 4da7b18c9a5b5517b75708f9ff7a970b319628a7 Mon Sep 17 00:00:00 2001 From: YingTsunHuang Date: Fri, 14 Aug 2020 15:42:55 +0800 Subject: [PATCH] Update color for find match string and selection background. --- themes/zzTheme-color-theme.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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",