From 0ca4bfbc6f5904f8b18714fbe4f31a6bc59a3b87 Mon Sep 17 00:00:00 2001 From: mvllow Date: Mon, 3 Feb 2025 11:05:57 -0600 Subject: [PATCH] feat: set attribute style --- lua/rose-pine.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 054be1c..4d55469 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -308,7 +308,8 @@ local function set_highlights() ["@type.builtin"] = { fg = palette.foam, bold = styles.bold }, -- ["@type.definition"] = {}, - -- ["@attribute"] = {}, + ["@attribute"] = { fg = "iris" }, + ["@attribute.builtin"] = { fg = "iris", bold = styles.bold }, ["@property"] = { fg = palette.foam, italic = styles.italic }, ["@function"] = { fg = palette.rose },