From 1d78fe70c181769e58dca1f2adb92c64ac678f79 Mon Sep 17 00:00:00 2001 From: sellth Date: Wed, 3 Nov 2021 12:45:57 +0100 Subject: [PATCH] change color of message/warning/error to red --- dracula.rstheme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dracula.rstheme b/dracula.rstheme index 51fb41c..0615c7e 100644 --- a/dracula.rstheme +++ b/dracula.rstheme @@ -120,7 +120,7 @@ } .ace_constant.ace_language { - color: #BD93F9; + color: #ff5555; } .ace_constant.ace_numeric { @@ -3084,4 +3084,4 @@ input#rstudio_command_palette_search { .rstudio-themes-flat.editor_dark .ace_editor_theme .GCHYANPCGI { color: #f8f8f2; -} \ No newline at end of file +}