mirror of
https://github.com/itme-brain/nvim.git
synced 2026-05-08 07:00:13 -04:00
changes
This commit is contained in:
parent
31bac100ee
commit
14a67ba7d3
2 changed files with 24 additions and 3 deletions
|
|
@ -10,6 +10,10 @@ return {
|
|||
vim.cmd.colorscheme("anticuus")
|
||||
|
||||
local highlights = {
|
||||
Normal = { bg = "NONE" },
|
||||
NormalNC = { bg = "NONE" },
|
||||
EndOfBuffer = { bg = "NONE" },
|
||||
|
||||
Comment = { fg = "#5a5a5a", italic = true },
|
||||
["@comment"] = { fg = "#5a5a5a", italic = true },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue