Watch
1
0
Fork
You've already forked dotfiles
0

neovim: lukas-reineke/indent-blankline.nvim

This commit is contained in:
Jeremy Kaplan 2025-01-16 15:09:56 -05:00
commit bd4b979fb7
4 changed files with 17 additions and 0 deletions

View file

@ -142,6 +142,9 @@ local theme = lush(function(injected_functions)
GitSignsDelete { bg = '#af3140', fg = '#FFFFFF' },
GitSignsCurrentLineBlame { CursorLine, fg = '#81aeea' },
-- lukas-reineke/indent-blankline.nvim
IblIndent { fg = "#000000" },
-- For :Lushify to work, the groups have to be spelled as `sym` called
-- on a string literal.

View file

@ -142,6 +142,9 @@ local theme = lush(function(injected_functions)
GitSignsDelete { bg = '#f9acb5', fg = '#FFFFFF' },
GitSignsCurrentLineBlame { CursorLine, fg = '#337ADA' },
-- lukas-reineke/indent-blankline.nvim
IblIndent { fg = "#eeeeee" },
-- For :Lushify to work, the groups have to be spelled as `sym` called
-- on a string literal.