mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Fix comment colors
This commit is contained in:
parent
277d0d9a9d
commit
411f8eaa93
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -28,5 +28,5 @@ lspconfig.solargraph.setup({
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.defer_fn(function()
|
vim.defer_fn(function()
|
||||||
vim.cmd([[highlight Comment cterm=italic gui=italic guibg=#4c4e69 guifg=#1a1b26]])
|
vim.cmd([[highlight Comment guifg=#222436 guibg=#5c5e77 gui=italic]])
|
||||||
end, 100)
|
end, 100)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue