Skip to content

Commit

Permalink
feat(languages): make TOML keys violet instead of defaulting to magenta
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Aug 28, 2024
1 parent e89e2d0 commit d4b3d94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/sweetie/highlights/languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ languages.setup = function(palette)
markdownH2 = { fg = palette.blue, bold = true },
markdownHeadingDelimiter = { fg = palette.cyan, bold = true },
markdownLinkText = { link = "URL" },

--- TOML ---
------------
tomlKey = { fg = palette.violet },
tomlKeyDq = { fg = palette.violet },
}
end

Expand Down

0 comments on commit d4b3d94

Please sign in to comment.