mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
idk update?
This commit is contained in:
parent
6569075a6f
commit
255029e32a
2 changed files with 12 additions and 11 deletions
|
|
@ -9,14 +9,14 @@ local palette = {
|
|||
subtle = "#908caa", -- gray?
|
||||
text = "#e0def8", -- light light blue
|
||||
love = "#e89b9f", -- red?
|
||||
ocean = "#e598d2", -- pink
|
||||
blu = "#9b9bd9", -- ???
|
||||
ocean = "#e9b3d8", -- pink
|
||||
blu = "#7996e2", -- ???
|
||||
crimson = "#fa4678", -- red
|
||||
gold = "#f59d56",
|
||||
rose = "#ff82b4",
|
||||
calm = "#25ff8b", -- green
|
||||
sand = "#cee495",
|
||||
foam = "#7acfd8", -- turquoise
|
||||
calm = "#1afa95", -- green
|
||||
sand = "#cc66ad",
|
||||
foam = "#6ed2df", -- turquoise
|
||||
pink = "#ebb9bf", -- pink
|
||||
iris = "#c4a7e7", --
|
||||
highlight_low = "#21202e",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ function M._load(options)
|
|||
["Directory"] = { fg = p.foam, bg = p.none },
|
||||
-- EndOfBuffer = {},
|
||||
["ErrorMsg"] = { fg = p.crimson, bold = true },
|
||||
["FloatBorder"] = { fg = groups.border, bg = maybe.surface },
|
||||
["FloatBorder"] = { fg = groups.border, bg = maybe.dim_nc_background },
|
||||
["FloatTitle"] = { fg = p.muted },
|
||||
["FoldColumn"] = { fg = p.muted },
|
||||
["Folded"] = { fg = p.text, bg = maybe.dim_nc_background },
|
||||
|
|
@ -51,7 +51,8 @@ function M._load(options)
|
|||
["MoreMsg"] = { fg = p.iris },
|
||||
["NonText"] = { fg = p.muted },
|
||||
["Normal"] = { fg = p.text, bg = maybe.base },
|
||||
["NormalFloat"] = { fg = p.text, bg = maybe.surface },
|
||||
-- ["NormalFloat"] = { fg = p.text, bg = maybe.surface },
|
||||
["NormalFloat"] = { fg = p.text, bg = maybe.dim_nc_background },
|
||||
["NormalNC"] = { fg = p.text, bg = maybe.dim_nc_background },
|
||||
["NvimInternalError"] = { fg = "#ffffff", bg = p.love },
|
||||
["Pmenu"] = { fg = p.subtle, bg = maybe.dim_nc_background },
|
||||
|
|
@ -93,8 +94,8 @@ function M._load(options)
|
|||
["Boolean"] = { fg = p.blu, italic = maybe.italic },
|
||||
["Character"] = { fg = p.gold },
|
||||
["Comment"] = { fg = groups.comment, italic = maybe.italic },
|
||||
["Conditional"] = { fg = p.sand },
|
||||
["Constant"] = { fg = p.foam }, -- IDK or gold
|
||||
["Conditional"] = { fg = p.sand, italic = maybe.italic },
|
||||
["Constant"] = { fg = p.gold }, -- IDK or gold
|
||||
["Debug"] = { fg = p.rose },
|
||||
["Define"] = { fg = p.iris },
|
||||
["Delimiter"] = { fg = p.subtle },
|
||||
|
|
@ -105,7 +106,7 @@ function M._load(options)
|
|||
["Identifier"] = { fg = p.rose },
|
||||
-- Ignore = {},
|
||||
["Include"] = { fg = p.sand },
|
||||
["Keyword"] = { fg = p.sand, bold = true },
|
||||
["Keyword"] = { fg = p.sand, italic = maybe.italic },
|
||||
["Label"] = { fg = p.foam },
|
||||
["Macro"] = { fg = p.iris },
|
||||
["Number"] = { fg = p.gold },
|
||||
|
|
@ -229,7 +230,7 @@ function M._load(options)
|
|||
["@operator"] = { link = "Operator" },
|
||||
["@parameter"] = { fg = p.iris },
|
||||
["@preproc"] = { link = "PreProc" },
|
||||
["@property"] = { fg = p.rose, italic = maybe.italic },
|
||||
["@property"] = { fg = p.rose },
|
||||
["@punctuation"] = { fg = groups.punctuation },
|
||||
["@punctuation.bracket"] = { link = "@punctuation" },
|
||||
["@punctuation.delimiter"] = { link = "@punctuation" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue