Adds a bit of contrast to the comments in the code editor (#859)

* Adds a bit of contrast to the comments in the code editor

* Changes the ansi-color-light-black to the new color of the comments

* Color hex in lowercase

* Reverts to the old light-black
This commit is contained in:
Cristine Guadelupe 2022-01-13 15:06:30 -03:00 committed by GitHub
parent 9690e2ac51
commit 89835f5e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ const colors = {
default: "#abb2bf",
lightRed: "#e06c75",
blue: "#61afef",
gray: "#5c6370",
gray: "#737a8c",
green: "#98c379",
purple: "#c678dd",
red: "#be5046",