Skip to content

Commit

Permalink
new changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
bini-x committed Oct 21, 2024
1 parent c8ec4b1 commit fd075e8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lua/nordic/groups/integrations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,28 +100,27 @@ function M.get_groups()
-- Tree Groups
G.TreeNormal = { fg = C.fg, bg = C.bg }
G.TreeNormalNC = { fg = C.fg, bg = C.bg }
G.TreeRootFolder = { fg = C.gray4 }
G.TreeRootName = { fg = C.fg, bold = true }
G.TreeFileIcon = { fg = C.blue2 }
G.TreeFileNameOpened = { fg = C.fg }
G.TreeSpecialFile = { fg = C.magenta.bright }
G.TreeGitConflict = { fg = C.magenta.bright }
G.TreeGitConflict = { fg = C.red.base }
G.TreeGitModified = { fg = C.git.change }
G.TreeGitDirty = { fg = C.gray4 }
G.TreeGitAdded = { fg = C.git.add }
G.TreeGitNew = { fg = C.gray4 }
G.TreeGitDeleted = { fg = C.gray4 }
G.TreeGitStaged = { fg = C.gray4 }
G.TreeGitUntracked = { fg = C.orange.base }
G.TreeTitleBar = { fg = C.black0, bg = C.blue2, bold = true }
G.TreeFloatBorder = { fg = C.blue2, bg = C.gray0}
G.TreeTitleBar = { link = "WinBar"}
G.TreeFloatBorder = { fg = C.border_fg, bg = C.bg_float }
G.TreeCursorLine = { bg = C.bg_selected }
G.TreeCursor = { bg = C.none, fg = C.none }
G.TreeFolderIcon = { fg = C.yellow.dim }
G.TreeIndentMarker = { fg = C.gray4 }
G.TreeSymlink = { fg = C.blue2 }
G.TreeFolderName = { fg = C.blue1 }
G.TreeWinSeparator = { fg = C.bg_dark, bg = C.bg }
G.TreeWinSeparator = { link = "WinSeparator" }

-- Nvim tree.
G.NvimTreeNormal = { link = 'TreeNormal' }
Expand Down

0 comments on commit fd075e8

Please sign in to comment.