Skip to content

Commit

Permalink
fix: address incorrect colors for log syntax
Browse files Browse the repository at this point in the history
closes #200
  • Loading branch information
dsifford committed Dec 13, 2021
1 parent 718cbee commit dddadf3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/dracula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dddadf3

Please sign in to comment.