From: Stephen Jianu Date: Wed, 25 Jan 2023 04:11:19 +0000 (-0600) Subject: Fix typo in the Windows Terminal JSON X-Git-Url: https://stephenjianu.com/gitweb/?a=commitdiff_plain;h=190ebbd4ab769f976753e351ddd8a225778b7482;p=comet64.git Fix typo in the Windows Terminal JSON --- diff --git a/windows-terminal/settings.json b/windows-terminal/settings.json index 26f04da..5bb95a3 100644 --- a/windows-terminal/settings.json +++ b/windows-terminal/settings.json @@ -7,7 +7,7 @@ "background" : "#1f292b", "foreground" : "#a99b81", - "black" : "#2a3436C", + "black" : "#2a3436", "blue" : "#8186a9", "cyan" : "#81a9a8", "green" : "#81a984",