Skip to content

Commit 9895976

Browse files
committed
Make include aqua italic
1 parent 8e7d830 commit 9895976

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lua/monokai.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ M.load_syntax = function(palette)
348348
fg = palette.green,
349349
},
350350
Include = {
351-
fg = palette.pink,
351+
fg = palette.aqua,
352+
style = 'italic',
352353
},
353354
Define = {
354355
fg = palette.pink,
@@ -571,7 +572,8 @@ M.load_plugin_syntax = function(palette)
571572
style = 'italic',
572573
},
573574
["@include"] = {
574-
fg = palette.pink,
575+
fg = palette.aqua,
576+
style = 'italic',
575577
},
576578
["@keyword"] = {
577579
fg = palette.pink,

0 commit comments

Comments
 (0)