Skip to content

Commit

Permalink
Merge pull request navarasu#170 from RubixDev/preproc
Browse files Browse the repository at this point in the history
add explicit style for `@preproc`
  • Loading branch information
navarasu authored Jun 3, 2023
2 parents 530ee97 + 1524f32 commit 8ef5192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/onedark/highlights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ if vim.api.nvim_call_function("has", { "nvim-0.8" }) == 1 then
["@operator"] = colors.Fg,
["@parameter"] = colors.Red,
["@parameter.reference"] = colors.Fg,
["@preproc"] = colors.Purple,
["@property"] = colors.Cyan,
["@punctuation.delimiter"] = colors.LightGrey,
["@punctuation.bracket"] = colors.LightGrey,
Expand Down

0 comments on commit 8ef5192

Please sign in to comment.