From bd7a42e5f5e16cb33945dfd0d61670ffe7f930f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Tue, 17 Nov 2020 14:54:38 -0300 Subject: adding more highlights from galaxyline.nvim --- lua/gruvbox.lua | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'lua/gruvbox.lua') diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index f079393..4bdb5e6 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -768,8 +768,9 @@ Group.new("LspDiagnosticsUnderlineHint", groups.GruvboxAquaUnderline, -- Galaxyline default providers Group.new("GalaxyGitBranch", fg0, blue, nil) Group.new("GalaxyGitBranchSeparator", yellow, bg0, nil) -Group.new("GalaxyDiffAdd", green, bg0, nil) -Group.new("GalaxyDiffAddSeparator", yellow, bg0, nil) +Group.new("GalaxyDiffAdd", groups.DiffAdd, nil, styles.bold) +Group.new("GalaxyDiffModified", groups.DiffChange, nil, styles.bold) +Group.new("GalaxyDiffRemove", groups.DiffDelete, nil, styles.bold) Group.new("GalaxyScrollbar", green, bg0, nil) Group.new("GalaxyLinePercent", fg0, bg0, nil) Group.new("GalaxyFileTypeName", fg0, bg0, styles.bold) @@ -782,5 +783,14 @@ Group.new("GalaxyFileEncode", groups.GalaxyFileName, groups.GalaxyFileName, groups.GalaxyFileName) Group.new("GalaxyFileFormat", groups.GalaxyFileName, groups.GalaxyFileName, groups.GalaxyFileName) +Group.new("GalaxyDiagnosticError", groups.LspDiagnosticsDefaultError, + groups.LspDiagnosticsDefaultError, groups.LspDiagnosticsDefaultError) +Group.new("GalaxyDiagnosticWarn", groups.LspDiagnosticsDefaultWarning, + groups.LspDiagnosticsDefaultWarning, groups.LspDiagnosticsDefaultWarning) +Group.new("GalaxyDiagnosticHint", groups.LspDiagnosticsDefaultHint, + groups.LspDiagnosticsDefaultHint, groups.LspDiagnosticsDefaultHint) +Group.new("GalaxyDiagnosticInformation", groups.LspDiagnosticsDefaultInformation, + groups.LspDiagnosticsDefaultInformation, + groups.LspDiagnosticsDefaultInformation) -- Treesitter -- cgit v1.2.3