Skip to content

Commit dddadf3

Browse files
committed
fix: address incorrect colors for log syntax
closes #200
1 parent 718cbee commit dddadf3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/dracula.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,3 +1118,17 @@ tokenColors:
11181118
- meta.preprocessor.haskell
11191119
settings:
11201120
foreground: *COMMENT
1121+
1122+
- name: Log file error
1123+
scope:
1124+
- log.error
1125+
settings:
1126+
foreground: *RED
1127+
fontStyle: bold
1128+
1129+
- name: Log file warning
1130+
scope:
1131+
- log.warning
1132+
settings:
1133+
foreground: *YELLOW
1134+
fontStyle: bold

0 commit comments

Comments
 (0)