Skip to content

Commit

Permalink
style: improve LineNr
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Nov 23, 2023
1 parent 5ee974a commit d33c41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/mac/local-modules/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ in
vim.g.material_style = "deep ocean"
require('material').setup({
custom_highlights = {
LineNr = { fg = '#6E98EB'},
CocMenuSel = { fg = '#000000', bg = '#89DDFF' },
Structure = { fg = '#89DDFF'},
Identifier = { fg = '#F78C6C' },
Expand Down

0 comments on commit d33c41c

Please sign in to comment.