Skip to content

Commit

Permalink
fix: nvim tree highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
barrientosvctor committed Nov 5, 2024
1 parent 00a4854 commit ad6f5e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lua/abyss/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,12 @@ function M.get(user_opts)
TargetWord = { fg = colors.red },

-- nvim-tree
NvimTreeRootFolder = { fg = colors.heavyyellow, bold = true },
NvimTreeGitDirty = { fg = colors.orange },
NvimTreeGitNew = { fg = colors.green },
NvimTreeImageFile = { fg = colors.pink },
NvimTreeExecFile = { fg = colors.fg },
NvimTreeSpecialFile = { fg = colors.yellow, underline = true },
NvimTreeFolderName = { fg = colors.fg },
NvimTreeEmptyFolderName = { fg = colors.fg },
NvimTreeSpecialFile = { fg = colors.yellow, underline = true, italic = true },
NvimTreeEmptyFolderName = { fg = colors.darkgrey, bold = true },
NvimTreeFolderIcon = { fg = colors.shinyblue },
NvimTreeIndentMarker = { fg = colors.white },

Expand Down

0 comments on commit ad6f5e3

Please sign in to comment.