diff --git a/src/dracula.yml b/src/dracula.yml index f5ac7ce..0857bc5 100644 --- a/src/dracula.yml +++ b/src/dracula.yml @@ -1118,3 +1118,17 @@ tokenColors: - meta.preprocessor.haskell settings: foreground: *COMMENT + + - name: Log file error + scope: + - log.error + settings: + foreground: *RED + fontStyle: bold + + - name: Log file warning + scope: + - log.warning + settings: + foreground: *YELLOW + fontStyle: bold \ No newline at end of file