mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: syntax error
This commit is contained in:
parent
8acf4fd29c
commit
e77381fd2e
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ theme.base = {
|
|||
-- RedrawDebugNormal
|
||||
RedrawDebugClear = { fg = '#ffffff', bg = p.gold },
|
||||
RedrawDebugComposed = { fg = '#ffffff', bg = p.pine },
|
||||
RedrawDebugRecompose = { fg = '#ffffff', bg - p.love },
|
||||
RedrawDebugRecompose = { fg = '#ffffff', bg = p.love },
|
||||
|
||||
NvimInternalError = { fg = '#ffffff', bg = p.love },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue