a bunch of stuff added . . .

This commit is contained in:
Jimmy Bates 2024-04-20 18:52:34 -07:00
parent 2e68a2c253
commit 5887fc58e2
10 changed files with 101 additions and 34 deletions

View file

@ -0,0 +1,3 @@
vim.api.nvim_set_hl(0, 'LineNr', { fg = '#DDEEFF' })
vim.api.nvim_set_hl(0, 'Comment', { fg = '#666666' })
vim.api.nvim_set_hl(0, 'SpecialComment', { fg = '#666677' })