nvim: make comments lighter
This commit is contained in:
parent
e385249580
commit
be6a13ea5b
@ -27,6 +27,11 @@ packer.use {
|
||||
'https://github.com/owozsh/amora',
|
||||
config = function()
|
||||
vim.cmd('colorscheme amora')
|
||||
-- make comments a bit lighter
|
||||
vim.cmd([[
|
||||
highlight AmoraComment ctermfg=61 guifg=#7C4180
|
||||
highlight AmoraCommentBold cterm=bold ctermfg=61 gui=bold guifg=#7C4180
|
||||
]])
|
||||
end
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user