Skip to content

Commit 3331421

Browse files
authored
feat(highlights): add support for oil.nvim (#103)
1 parent d369af6 commit 3331421

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lua/one_monokai/highlights/groups.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,13 @@ local defaults = {
358358
NvimTreeSymlink = { fg = colors.pink, bold = true },
359359
NvimTreeWindowPicker = { fg = colors.white, bg = colors.aqua, bold = true },
360360

361+
-- oil
362+
OilFile = { link = "Normal" },
363+
OilDir = { link = "Directory" },
364+
OilDirIcon = { fg = colors.yellow },
365+
OilLink = { fg = colors.pink, bold = true },
366+
OilLinkTarget = { link = "OilLink" },
367+
361368
-- bufferline
362369
BufferLineDiagnostic = { fg = colors.dark_gray },
363370
BufferLineDiagnosticSelected = { fg = colors.light_gray, bold = true, italic = config.italics },

0 commit comments

Comments
 (0)