mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 20:14:28 +02:00
add: color simulation
This commit is contained in:
parent
bd39c9ee5a
commit
a7669d5218
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue