mirror of
https://github.com/maxmx03/dracula.nvim.git
synced 2026-09-10 07:26:19 -04:00
refactor: lazy.nvim
This commit is contained in:
parent
ab203b05c5
commit
149f77e1fc
|
|
@ -918,9 +918,9 @@ highlights:
|
|||
- lazy.nvim:
|
||||
- name: LazyButton
|
||||
fg: base0
|
||||
bg: base01
|
||||
bg: base02
|
||||
- name: LazyButtonActive
|
||||
fg: base01
|
||||
bg: base02
|
||||
reverse: true
|
||||
- name: LazyReasonStart
|
||||
fg: cyan
|
||||
|
|
|
|||
|
|
@ -917,9 +917,9 @@ highlights:
|
|||
- lazy.nvim:
|
||||
- name: LazyButton
|
||||
fg: base0
|
||||
bg: base01
|
||||
bg: base02
|
||||
- name: LazyButtonActive
|
||||
fg: base01
|
||||
bg: base02
|
||||
reverse: true
|
||||
- name: LazyReasonStart
|
||||
fg: cyan
|
||||
|
|
|
|||
|
|
@ -631,8 +631,8 @@ M.set_highlight = function(colors, config)
|
|||
end
|
||||
|
||||
if config.plugins['lazy.nvim'] then
|
||||
nvim_set_hl('LazyButton', { fg = colors.base0, bg = colors.base01 })
|
||||
nvim_set_hl('LazyButtonActive', { fg = colors.base01, reverse = true })
|
||||
nvim_set_hl('LazyButton', { fg = colors.base0, bg = colors.base02 })
|
||||
nvim_set_hl('LazyButtonActive', { bg = colors.base02, reverse = true })
|
||||
nvim_set_hl('LazyReasonStart', { fg = colors.cyan })
|
||||
end
|
||||
if config.on_highlight then
|
||||
|
|
|
|||
Loading…
Reference in a new issue