mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Update palette (#58)
* chore: format * feat!: use new palette - color "inactive" has been renamed to "muted" - update subtle and muted colors
This commit is contained in:
parent
ed2dd129b6
commit
e0fd291fb0
7 changed files with 35 additions and 51 deletions
|
|
@ -54,18 +54,18 @@ local theme = {
|
|||
FoldColumn = {},
|
||||
Folded = { fg = p.text, bg = p.surface },
|
||||
IncSearch = { bg = p.highlight_med },
|
||||
LineNr = { fg = p.inactive },
|
||||
LineNr = { fg = p.muted },
|
||||
MatchParen = { fg = p.text, bg = p.highlight_med },
|
||||
ModeMsg = { fg = p.subtle },
|
||||
MoreMsg = { fg = p.iris },
|
||||
NonText = { fg = p.inactive },
|
||||
NonText = { fg = p.muted },
|
||||
Normal = { fg = p.text, bg = maybe_background },
|
||||
NormalNC = { fg = p.text, bg = maybe_inactive_background },
|
||||
NormalFloat = { fg = p.text, bg = maybe_float_background },
|
||||
Pmenu = { fg = p.subtle, bg = maybe_float_background },
|
||||
PmenuSbar = { bg = p.overlay },
|
||||
PmenuSel = { fg = p.text, bg = p.overlay },
|
||||
PmenuThumb = { bg = p.inactive },
|
||||
PmenuThumb = { bg = p.muted },
|
||||
Question = { fg = p.gold },
|
||||
-- QuickFixLine = {},
|
||||
Search = { fg = p.iris, bg = p.highlight_high },
|
||||
|
|
@ -81,7 +81,7 @@ local theme = {
|
|||
-- StatusLineTermNC = {},
|
||||
TabLine = { fg = p.subtle, bg = p.overlay },
|
||||
TabLineFill = { bg = p.surface },
|
||||
TabLineSel = { fg = p.text, bg = p.inactive },
|
||||
TabLineSel = { fg = p.text, bg = p.muted },
|
||||
Title = { fg = p.text },
|
||||
VertSplit = maybe_bold_vert_split,
|
||||
Visual = { bg = p.highlight_med },
|
||||
|
|
@ -317,12 +317,12 @@ local theme = {
|
|||
BufferInactive = { fg = p.subtle },
|
||||
BufferInactiveIndex = { fg = p.subtle },
|
||||
BufferInactiveMod = { fg = p.foam },
|
||||
BufferInactiveSign = { fg = p.inactive },
|
||||
BufferInactiveSign = { fg = p.muted },
|
||||
BufferInactiveTarget = { fg = p.gold },
|
||||
BufferVisible = { fg = p.subtle },
|
||||
BufferVisibleIndex = { fg = p.subtle },
|
||||
BufferVisibleMod = { fg = p.foam },
|
||||
BufferVisibleSign = { fg = p.inactive },
|
||||
BufferVisibleSign = { fg = p.muted },
|
||||
BufferVisibleTarget = { fg = p.gold },
|
||||
|
||||
-- gitsigns.nvim
|
||||
|
|
@ -350,7 +350,7 @@ local theme = {
|
|||
NvimTreeFileNew = { fg = p.foam },
|
||||
NvimTreeFileRenamed = { fg = p.pine },
|
||||
NvimTreeFileStaged = { fg = p.iris },
|
||||
NvimTreeEmptyFolderName = { fg = p.inactive },
|
||||
NvimTreeEmptyFolderName = { fg = p.muted },
|
||||
NvimTreeFolderIcon = { fg = p.subtle },
|
||||
NvimTreeFolderName = { fg = p.foam },
|
||||
NvimTreeImageFile = { fg = p.text },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue