Skip to content

Commit

Permalink
Revert "parameter orange"
Browse files Browse the repository at this point in the history
This reverts commit f7bf697.
  • Loading branch information
chomosuke committed Apr 29, 2023
1 parent e923757 commit 5514b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/onedark/highlights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if vim.api.nvim_call_function("has", { "nvim-0.8" }) == 1 then
["@none"] = colors.Fg,
["@number"] = colors.Orange,
["@operator"] = colors.Fg,
["@parameter"] = colors.Orange,
["@parameter"] = colors.Red,
["@parameter.reference"] = colors.Fg,
["@property"] = colors.Cyan,
["@punctuation.delimiter"] = colors.LightGrey,
Expand Down

0 comments on commit 5514b87

Please sign in to comment.