1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Increase contrast of cyan

Cyan is commonly used to display moved sections of text when viewing a
git diff on the command line: the moved-from section is magenta,
and the
moved-to section is cyan. This commit increases the contrast of Cyan
in the Nord Light theme to better cover these use cases, while still
maintaining it's distinguishability as Cyan.

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
This commit is contained in:
Alecto Irene Perez 2021-11-02 00:16:43 -06:00
parent f90dad51c3
commit 29c2fd5088
No known key found for this signature in database
GPG Key ID: 7F67C72ED1182321

View File

@ -7,7 +7,7 @@ export COLOR_03="#069F5F" #green
export COLOR_04="#DAB752" #yellow
export COLOR_05="#439ECF" #blue
export COLOR_06="#D961DC" #magenta
export COLOR_07="#64AAAF" #cyan
export COLOR_07="#00B1BE" #cyan
export COLOR_08="#B3B3B3" #white
export COLOR_09="#3E89A1" #lightBlack