add: color simulation

This commit is contained in:
asep.komarudin 2024-05-28 18:55:08 +07:00
parent bd39c9ee5a
commit a7669d5218

View file

@ -682,7 +682,9 @@ return {
vim.api.nvim_create_autocmd("ColorScheme", {
pattern = "*",
callback = function()
local hi = vim.api.nvim_set_hl
-- vim.api.nvim_set_hl(0, "BorderBG", { fg = "#4c4c4c" })
-- hi(0, "@property.json", { fg = "#9876AA" })
end,
})
end,