Changed the colorful mode error colour to be more readable for the blue dolphin theme (#3433) seieeshb

This commit is contained in:
Saieesh Bairam 2022-08-24 16:11:33 +05:30 committed by GitHub
parent 9f1e904902
commit f56fca7c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,6 @@
--text-color: #82eaff;
--error-color: #ffbde6;
--error-extra-color: #ff8188;
--colorful-error-color: #ffbde6;
--colorful-error-color: #d1a5fd;
--colorful-error-extra-color: #ff8188;
}