Skip to content

Commit 7a5a16b

Browse files
nginx
1 parent 0bf5d86 commit 7a5a16b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lua/darkplus/theme.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -516,12 +516,12 @@ theme.set_highlights = function()
516516
hl(0, "zshKSHFunction", { link = 'Function' })
517517

518518
-- 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' })
519+
hl(0, "ngxComment", { fg = c.green_1, bg = 'NONE' })
520+
hl(0, "ngxDirective", { fg = c.blue_2, bg = 'NONE' })
521+
hl(0, "ngxDirectiveThirdParty", { fg = c.blue_2, bg = 'NONE' })
522+
hl(0, "ngxDirectiveBlock", { fg = c.blue_1, bg = 'NONE' })
523+
hl(0, "ngxBlock", { fg = c.blue_1, bg = 'NONE' })
524+
hl(0, "ngxDirectiveImportant", { fg = c.purple, bg = 'NONE' })
525525

526526
-- Lazy
527527
hl(0, "LazyButton", { fg = c.alt_fg, bg = "#2c3239" })

0 commit comments

Comments
 (0)