diff options
| author | Benjamin Linskey | 2026-06-09 03:34:16 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-09 03:34:16 -0400 |
| commit | 5fe8021e3cd8a5ae3607b76d92f3da7929b1fe93 (patch) | |
| tree | c54613443dff3df5734cf2b3747559f31f30d50e | |
| parent | 239895ea693d11d256e0f2ec832402756f140928 (diff) | |
| download | halation.vim-5fe8021e3cd8a5ae3607b76d92f3da7929b1fe93.tar.gz | |
Remove duplicate attribute
| -rw-r--r-- | colors/halation.vim | 2 | ||||
| -rw-r--r-- | template.vim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/colors/halation.vim b/colors/halation.vim index 954c9c7..e76c12a 100644 --- a/colors/halation.vim +++ b/colors/halation.vim @@ -171,7 +171,7 @@ hi! link MarkdownUrl MarkdownId hi! link markdownCode PreProc " ALE -hi ALEWarning guifg=#FAE3AC ctermfg=3 guibg=NONE ctermbg=NONE cterm=bold,bold,underline +hi ALEWarning guifg=#FAE3AC ctermfg=3 guibg=NONE ctermbg=NONE cterm=bold,underline hi ALEInfo guifg=#7C74B2 ctermfg=4 guibg=NONE ctermbg=NONE cterm=bold,underline hi! link ALEError Error hi! link ALEStyleError ALEError diff --git a/template.vim b/template.vim index 9e34fd2..423d8e7 100644 --- a/template.vim +++ b/template.vim @@ -170,7 +170,7 @@ MarkdownUrl MarkdownId _markdownCode PreProc " ALE -ALEWarning yellow none bold bold underline +ALEWarning yellow none bold underline ALEInfo dark_purple none bold underline ALEError Error ALEStyleError ALEError |