Skip to content

Commit

Permalink
fix: some little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gbprod committed May 21, 2024
1 parent a6f4979 commit c707723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nord/plugins/filetree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function filetree.highlights()
NeoTreeDimText = { fg = c.polar_night.brightest },
NeoTreeDirectoryIcon = { fg = c.frost.artic_water },
NeoTreeDirectoryName = { fg = c.snow_storm.origin },
NeoTreeDotfile = { fg = c.polar_night.brightest },
NeoTreeDotfile = { fg = c.polar_night.light },
NeoTreeFadeText1 = { fg = c.polar_night.brightest },
NeoTreeFadeText2 = { fg = c.polar_night.brighter },
NeoTreeFileIcon = { fg = c.snow_storm.origin },
Expand Down
1 change: 1 addition & 0 deletions lua/nord/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ function ui.highlights()

-- tzachar/highlight-undo.nvim
HighlightUndo = { link = "Search" },
HighlightRedo = { link = "Search" },

IlluminatedWordText = { fg = c.none, bg = c.polar_night.brightest },
IlluminatedWordRead = { fg = c.none, bg = c.polar_night.brightest },
Expand Down

0 comments on commit c707723

Please sign in to comment.