We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf5d86 commit 7a5a16bCopy full SHA for 7a5a16b
lua/darkplus/theme.lua
@@ -516,12 +516,12 @@ theme.set_highlights = function()
516
hl(0, "zshKSHFunction", { link = 'Function' })
517
518
-- nginx
519
- hl(0, "ngxComment", { fg = c.green, bg = 'NONE' })
520
- hl(0, "ngxDirective", { fg = c.yellow, bg = 'NONE' })
521
- hl(0, "ngxDirectiveThirdParty", { fg = c.yellow, bg = 'NONE' })
522
- hl(0, "ngxDirectiveBlock", { fg = c.blue_2, bg = 'NONE' })
523
- hl(0, "ngxBlock", { fg = c.blue_2, bg = 'NONE' })
524
- hl(0, "ngxDirectiveImportant", { fg = c.cyan, bg = 'NONE' })
+ hl(0, "ngxComment", { fg = c.green_1, bg = 'NONE' })
+ hl(0, "ngxDirective", { fg = c.blue_2, bg = 'NONE' })
+ hl(0, "ngxDirectiveThirdParty", { fg = c.blue_2, bg = 'NONE' })
+ hl(0, "ngxDirectiveBlock", { fg = c.blue_1, bg = 'NONE' })
+ hl(0, "ngxBlock", { fg = c.blue_1, bg = 'NONE' })
+ hl(0, "ngxDirectiveImportant", { fg = c.purple, bg = 'NONE' })
525
526
-- Lazy
527
hl(0, "LazyButton", { fg = c.alt_fg, bg = "#2c3239" })
0 commit comments