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?
|
subtle = "#908caa", -- gray?
|
||||||
text = "#e0def8", -- light light blue
|
text = "#e0def8", -- light light blue
|
||||||
love = "#e89b9f", -- red?
|
love = "#e89b9f", -- red?
|
||||||
ocean = "#e598d2", -- pink
|
ocean = "#e9b3d8", -- pink
|
||||||
blu = "#9b9bd9", -- ???
|
blu = "#7996e2", -- ???
|
||||||
crimson = "#fa4678", -- red
|
crimson = "#fa4678", -- red
|
||||||
gold = "#f59d56",
|
gold = "#f59d56",
|
||||||
rose = "#ff82b4",
|
rose = "#ff82b4",
|
||||||
calm = "#25ff8b", -- green
|
calm = "#1afa95", -- green
|
||||||
sand = "#cee495",
|
sand = "#cc66ad",
|
||||||
foam = "#7acfd8", -- turquoise
|
foam = "#6ed2df", -- turquoise
|
||||||
pink = "#ebb9bf", -- pink
|
pink = "#ebb9bf", -- pink
|
||||||
iris = "#c4a7e7", --
|
iris = "#c4a7e7", --
|
||||||
highlight_low = "#21202e",
|
highlight_low = "#21202e",
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ function M._load(options)
|
||||||
["Directory"] = { fg = p.foam, bg = p.none },
|
["Directory"] = { fg = p.foam, bg = p.none },
|
||||||
-- EndOfBuffer = {},
|
-- EndOfBuffer = {},
|
||||||
["ErrorMsg"] = { fg = p.crimson, bold = true },
|
["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 },
|
["FloatTitle"] = { fg = p.muted },
|
||||||
["FoldColumn"] = { fg = p.muted },
|
["FoldColumn"] = { fg = p.muted },
|
||||||
["Folded"] = { fg = p.text, bg = maybe.dim_nc_background },
|
["Folded"] = { fg = p.text, bg = maybe.dim_nc_background },
|
||||||
|
|
@ -51,7 +51,8 @@ function M._load(options)
|
||||||
["MoreMsg"] = { fg = p.iris },
|
["MoreMsg"] = { fg = p.iris },
|
||||||
["NonText"] = { fg = p.muted },
|
["NonText"] = { fg = p.muted },
|
||||||
["Normal"] = { fg = p.text, bg = maybe.base },
|
["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 },
|
["NormalNC"] = { fg = p.text, bg = maybe.dim_nc_background },
|
||||||
["NvimInternalError"] = { fg = "#ffffff", bg = p.love },
|
["NvimInternalError"] = { fg = "#ffffff", bg = p.love },
|
||||||
["Pmenu"] = { fg = p.subtle, bg = maybe.dim_nc_background },
|
["Pmenu"] = { fg = p.subtle, bg = maybe.dim_nc_background },
|
||||||
|
|
@ -93,8 +94,8 @@ function M._load(options)
|
||||||
["Boolean"] = { fg = p.blu, italic = maybe.italic },
|
["Boolean"] = { fg = p.blu, italic = maybe.italic },
|
||||||
["Character"] = { fg = p.gold },
|
["Character"] = { fg = p.gold },
|
||||||
["Comment"] = { fg = groups.comment, italic = maybe.italic },
|
["Comment"] = { fg = groups.comment, italic = maybe.italic },
|
||||||
["Conditional"] = { fg = p.sand },
|
["Conditional"] = { fg = p.sand, italic = maybe.italic },
|
||||||
["Constant"] = { fg = p.foam }, -- IDK or gold
|
["Constant"] = { fg = p.gold }, -- IDK or gold
|
||||||
["Debug"] = { fg = p.rose },
|
["Debug"] = { fg = p.rose },
|
||||||
["Define"] = { fg = p.iris },
|
["Define"] = { fg = p.iris },
|
||||||
["Delimiter"] = { fg = p.subtle },
|
["Delimiter"] = { fg = p.subtle },
|
||||||
|
|
@ -105,7 +106,7 @@ function M._load(options)
|
||||||
["Identifier"] = { fg = p.rose },
|
["Identifier"] = { fg = p.rose },
|
||||||
-- Ignore = {},
|
-- Ignore = {},
|
||||||
["Include"] = { fg = p.sand },
|
["Include"] = { fg = p.sand },
|
||||||
["Keyword"] = { fg = p.sand, bold = true },
|
["Keyword"] = { fg = p.sand, italic = maybe.italic },
|
||||||
["Label"] = { fg = p.foam },
|
["Label"] = { fg = p.foam },
|
||||||
["Macro"] = { fg = p.iris },
|
["Macro"] = { fg = p.iris },
|
||||||
["Number"] = { fg = p.gold },
|
["Number"] = { fg = p.gold },
|
||||||
|
|
@ -229,7 +230,7 @@ function M._load(options)
|
||||||
["@operator"] = { link = "Operator" },
|
["@operator"] = { link = "Operator" },
|
||||||
["@parameter"] = { fg = p.iris },
|
["@parameter"] = { fg = p.iris },
|
||||||
["@preproc"] = { link = "PreProc" },
|
["@preproc"] = { link = "PreProc" },
|
||||||
["@property"] = { fg = p.rose, italic = maybe.italic },
|
["@property"] = { fg = p.rose },
|
||||||
["@punctuation"] = { fg = groups.punctuation },
|
["@punctuation"] = { fg = groups.punctuation },
|
||||||
["@punctuation.bracket"] = { link = "@punctuation" },
|
["@punctuation.bracket"] = { link = "@punctuation" },
|
||||||
["@punctuation.delimiter"] = { link = "@punctuation" },
|
["@punctuation.delimiter"] = { link = "@punctuation" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue