mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
ADD: dashboard hlGroups (#90)
This commit is contained in:
parent
006aac9d67
commit
506de581e5
1 changed files with 6 additions and 0 deletions
|
|
@ -454,6 +454,12 @@ function M.get(config)
|
|||
DapUIStoppedThread = { link = 'DapUIBreakpointsPath' },
|
||||
DapUIDecoration = { link = 'DapUIBreakpointsPath' },
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue