Skip to content

Commit 3e139f0

Browse files
committed
style: change import to be red
Link keyword.import to keyword, otherwise there is too much cyan in the import section of several languages.
1 parent 1e4f2fe commit 3e139f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colors/srcery.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ if has('nvim')
559559
hi! link @keyword.directive PreProc
560560
hi! link @keyword.directive.define Define
561561
hi! link @keyword.exception Exception
562-
hi! link @keyword.import Include
562+
hi! link @keyword.import Keyword
563563
hi! link @keyword.modifier StorageClass
564564
hi! link @keyword.operator Operator
565565
hi! link @keyword.repeat Repeat

0 commit comments

Comments
 (0)