mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: update config
This commit is contained in:
parent
1f603c154f
commit
ff6c42d6ff
3 changed files with 28 additions and 29 deletions
|
@ -682,9 +682,9 @@ return {
|
|||
vim.api.nvim_create_autocmd("ColorScheme", {
|
||||
pattern = "*",
|
||||
callback = function()
|
||||
local colors = require("darcula").colors()
|
||||
local hi = vim.api.nvim_set_hl
|
||||
-- vim.api.nvim_set_hl(0, "BorderBG", { fg = "#4c4c4c" })
|
||||
-- hi(0, "@property.json", { fg = "#9876AA" })
|
||||
hi(0, "@property.json", { fg = colors.lavender })
|
||||
end,
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue