Skip to content

Commit cc7efd0

Browse files
committed
Make function keyword aqua
1 parent 9895976 commit cc7efd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/monokai.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ M.load_plugin_syntax = function(palette)
580580
style = 'italic',
581581
},
582582
["@keyword.function"] = {
583-
fg = palette.pink,
583+
fg = palette.aqua,
584584
style = 'italic',
585585
},
586586
["@keyword.operator"] = {

0 commit comments

Comments
 (0)