mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
ADD: dashboard hlGroups
This commit is contained in:
parent
9aff7f7602
commit
f32718ee86
1 changed files with 6 additions and 0 deletions
|
|
@ -454,6 +454,12 @@ function M.get(config)
|
||||||
DapUIStoppedThread = { link = 'DapUIBreakpointsPath' },
|
DapUIStoppedThread = { link = 'DapUIBreakpointsPath' },
|
||||||
DapUIDecoration = { link = 'DapUIBreakpointsPath' },
|
DapUIDecoration = { link = 'DapUIBreakpointsPath' },
|
||||||
DapUIModifiedValue = { fg = p.foam, style = 'bold' },
|
DapUIModifiedValue = { fg = p.foam, style = 'bold' },
|
||||||
|
|
||||||
|
-- glepnir/dashboard-nvim
|
||||||
|
DashboardShortcut = { fg = p.love },
|
||||||
|
DashboardHeader = { fg = p.pine },
|
||||||
|
DashboardCenter = { fg = p.gold },
|
||||||
|
DashboardFooter = { fg = p.iris },
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.g.terminal_color_0 = p.overlay -- black
|
vim.g.terminal_color_0 = p.overlay -- black
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue