From 6e40ccd7a774f8a8611db9a55999fef8ff278940 Mon Sep 17 00:00:00 2001 From: Keyitdev <70140437+Keyitdev@users.noreply.github.com> Date: Thu, 18 Jan 2024 18:01:43 +0100 Subject: [PATCH] Fix: Changing some colors in vsc theme. --- vsc/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vsc/settings.json b/vsc/settings.json index 5107d4c..b89bb83 100755 --- a/vsc/settings.json +++ b/vsc/settings.json @@ -13,7 +13,7 @@ "editor.background": "#1b1b25", "button.background": "#16161e", "widget.shadow": "#16161e", - "selection.background": "#16161e", + "selection.background": "#343746", "descriptionForeground": "#F8F8F2", "errorForeground": "#F8F8F2", "icon.foreground": "#F8F8F2", @@ -55,4 +55,4 @@ } }, "editor.fontSize": 16 -} \ No newline at end of file +}