Skip to content

Commit

Permalink
fix: invalid color
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Miliano committed Feb 17, 2023
1 parent b0f352e commit 67ce0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/solarized/src/themes/neovim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ solarized.highlights = {
CodeActionNumber = { link = 'Number' },
-- LSPSAGA - finder
FinderSelection = { link = 'PmenuSel' },
FinderFileName = { fg = colors.white },
FinderFileName = { fg = colors.content },
FinderCount = { link = 'Label' },
FinderIcon = { fg = colors.cyan },
FinderType = { fg = colors.violet },
Expand Down
2 changes: 1 addition & 1 deletion lua/solarized/src/themes/vim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ solarized.highlights = {
CodeActionNumber = { link = 'Number' },
-- LSPSAGA - finder
FinderSelection = { link = 'PmenuSel' },
FinderFileName = { fg = colors.white },
FinderFileName = { fg = colors.content },
FinderCount = { link = 'Label' },
FinderIcon = { fg = colors.cyan },
FinderType = { fg = colors.violet },
Expand Down

0 comments on commit 67ce0bb

Please sign in to comment.