Skip to content

Commit b8bd44d

Browse files
authored
Merge pull request #36 from eed3si9n/wip/switch
A few color switches
2 parents 4c4328f + cc7efd0 commit b8bd44d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

lua/monokai.lua

Lines changed: 7 additions & 5 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,
@@ -536,7 +537,7 @@ M.load_plugin_syntax = function(palette)
536537
fg = palette.white,
537538
},
538539
["@definition.parameter"] = {
539-
fg = palette.white,
540+
fg = palette.orange,
540541
},
541542
["@definition.type"] = {
542543
fg = palette.green,
@@ -571,14 +572,15 @@ 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,
578580
style = 'italic',
579581
},
580582
["@keyword.function"] = {
581-
fg = palette.pink,
583+
fg = palette.aqua,
582584
style = 'italic',
583585
},
584586
["@keyword.operator"] = {
@@ -608,7 +610,7 @@ M.load_plugin_syntax = function(palette)
608610
fg = palette.pink,
609611
},
610612
["@parameter"] = {
611-
fg = palette.white,
613+
fg = palette.orange,
612614
},
613615
["@parameter.reference"] = {
614616
fg = palette.white,

0 commit comments

Comments
 (0)