all repos — dotfiles @ 8edf38e26ca4afebe6089b3a144fc9956c0f1b36

linux dotfiles

config/nvim/lua/colors/hl.lua (view raw)

 1
 2
 3
 4
 5
 6
local hl = vim.api.nvim_set_hl

hl(0, 'TabLine', { fg = '#7e7e7e' })
hl(0, 'TabLineSel', { bold = true })
hl(0, 'NvimTreeNormal', { bg = '#0c0c0c' })
hl(0, 'NvimTreeWinSeparator', { bg = '#0c0c0c', fg = '#0c0c0c' })