From 01cfb71e5c17d1f2c0c28c1f51df95608bd9b7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=89=E7=89=B9=E9=9B=85?= Date: Fri, 16 Aug 2024 20:03:17 +0800 Subject: [PATCH] insrease editorGroup.border contrast remove alpha channel of editorGroup.border --- themes/nord-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nord-color-theme.json b/themes/nord-color-theme.json index c67473a..68aa4fc 100644 --- a/themes/nord-color-theme.json +++ b/themes/nord-color-theme.json @@ -88,7 +88,7 @@ "editorBracketHighlight.unexpectedBracket.foreground": "#bf616a", "editorCodeLens.foreground": "#4c566a", "editorGroup.background": "#2e3440", - "editorGroup.border": "#3b425201", + "editorGroup.border": "#3b4252", "editorGroup.dropBackground": "#3b425299", "editorGroupHeader.border": "#3b425200", "editorGroupHeader.noTabsBackground": "#2e3440",