mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add NvimInternalError
This commit is contained in:
parent
1e95930ae5
commit
5e8e54c1d1
1 changed files with 2 additions and 0 deletions
|
|
@ -184,6 +184,8 @@ theme.base = {
|
||||||
RedrawDebugClear = { fg = '#ffffff', bg = p.gold },
|
RedrawDebugClear = { fg = '#ffffff', bg = p.gold },
|
||||||
RedrawDebugComposed = { fg = '#ffffff', bg = p.pine },
|
RedrawDebugComposed = { fg = '#ffffff', bg = p.pine },
|
||||||
RedrawDebugRecompose = { fg = '#ffffff', bg - p.love },
|
RedrawDebugRecompose = { fg = '#ffffff', bg - p.love },
|
||||||
|
|
||||||
|
NvimInternalError = { fg = '#ffffff', bg = p.love },
|
||||||
}
|
}
|
||||||
|
|
||||||
function theme.load_terminal()
|
function theme.load_terminal()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue