Skip to content

Commit 42d11ae

Browse files
committed
Make typescript exceptions consistent
Pink exceptions matches python and general exceptions and is also what is used in vscode. It also makes it stand out better from other code.
1 parent 978be3a commit 42d11ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colors/codedark.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ call <sid>hi('VueKey', s:cdPink, {}, 'none', {})
450450

451451
" Typescript:
452452
call <sid>hi('typescriptLabel', s:cdLightBlue, {}, 'none', {})
453-
call <sid>hi('typescriptExceptions', s:cdLightBlue, {}, 'none', {})
453+
call <sid>hi('typescriptExceptions', s:cdPink, {}, 'none', {})
454454
call <sid>hi('typescriptBraces', s:cdFront, {}, 'none', {})
455455
call <sid>hi('typescriptEndColons', s:cdLightBlue, {}, 'none', {})
456456
call <sid>hi('typescriptParens', s:cdFront, {}, 'none', {})

0 commit comments

Comments
 (0)