Skip to content

Commit

Permalink
Use cterm colours for base16 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleinjohann committed Jul 17, 2024
1 parent a7a2f1b commit 83557cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nvim.symlink/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ vim.g.python3_host_prog = "/usr/bin/python3"
vim.cmd("source ~/.vimrc")

-- fix mismatched background for diagnostics signs
vim.o.termguicolors = false
vim.api.nvim_set_hl(0, "DiagnosticSignError", { ctermbg = 18, ctermfg = 1 })
vim.api.nvim_set_hl(0, "DiagnosticSignWarn", { ctermbg = 18, ctermfg = 3 })
vim.api.nvim_set_hl(0, "DiagnosticSignInfo", { ctermbg = 18, ctermfg = 14 })
Expand Down

0 comments on commit 83557cd

Please sign in to comment.