Josh Dick
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
colors/onedark.vim
|
@ -302,7 +302,6 @@ call s:h("dartTypeDef", { "fg": s:red }) |
|
|
call s:h("dartClassDecl", { "fg": s:red }) |
|
|
call s:h("dartClassDecl", { "fg": s:red }) |
|
|
call s:h("dartInterpolation", { "fg": s:blue }) |
|
|
call s:h("dartInterpolation", { "fg": s:blue }) |
|
|
highlight link dartLibrary Include |
|
|
highlight link dartLibrary Include |
|
|
call s:h("dartCoreClasses", { "fg": s:cyan }) |
|
|
|
|
|
call s:h("dartSdkClass", { "fg": s:cyan }) |
|
|
call s:h("dartSdkClass", { "fg": s:cyan }) |
|
|
call s:h("dartStorageClass", { "fg": s:dark_red }) |
|
|
call s:h("dartStorageClass", { "fg": s:dark_red }) |
|
|
highlight link dartExceptions Exception |
|
|
highlight link dartExceptions Exception |
|
|