Skip to content

Commit 8e7d830

Browse files
committed
Make parameter orange
1 parent e3fb863 commit 8e7d830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/monokai.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ M.load_plugin_syntax = function(palette)
536536
fg = palette.white,
537537
},
538538
["@definition.parameter"] = {
539-
fg = palette.white,
539+
fg = palette.orange,
540540
},
541541
["@definition.type"] = {
542542
fg = palette.green,
@@ -608,7 +608,7 @@ M.load_plugin_syntax = function(palette)
608608
fg = palette.pink,
609609
},
610610
["@parameter"] = {
611-
fg = palette.white,
611+
fg = palette.orange,
612612
},
613613
["@parameter.reference"] = {
614614
fg = palette.white,

0 commit comments

Comments
 (0)