From 44aea1fc06676af8e54f28153831a8fdcbf2594f Mon Sep 17 00:00:00 2001 From: Benoit Date: Thu, 23 May 2024 07:27:10 +0900 Subject: [PATCH] Update ansi-red by following base16-default-dark base16-default-dark: https://base16.netlify.app/previews/base16-default-dark.html --- src/resources/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/style.css b/src/resources/style.css index a38e5d5..195110b 100644 --- a/src/resources/style.css +++ b/src/resources/style.css @@ -122,7 +122,7 @@ a.active:hover { text-decoration: none; } /* run console ansi colors (based on base16-default-dark and base16-bright) */ :root { --ansi-black: #181818; - --ansi-red: #ff0000; + --ansi-red: #ab4642; --ansi-green: #a1b56c; --ansi-yellow: #f7ca88; --ansi-blue: #7cafc2;