From 0e9e081dd0503b20989f4174510e8665708d59ca Mon Sep 17 00:00:00 2001 From: Arsham <81646632+arshamalh@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:51:35 +0430 Subject: [PATCH] Update README.md I was searching for a way to change background color and I added the solution to readme. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a3f603d..4fd0d1a 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,27 @@ "editor.cursorWidth": 5, "editor.cursorBlinking": "solid", "editor.renderWhitespace": "all", + "editor.background": "#061622", } ``` ## Colours Blue: #193549 + Blue Highlight: #1F4662 + Blue Highlight2: #234E6D + Blue Dark: #122738 + Yellow: #ffc600 + Hot Pink: #ff0088 + Blush Pink: #ff628c + Orange: #ff9d00 + Green ## Contributing