This commit is contained in:
Bryan Ramos 2026-04-30 22:33:44 -04:00
parent 31bac100ee
commit 14a67ba7d3
2 changed files with 24 additions and 3 deletions

View file

@ -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 },