neovim/lua/theme-config.lua

10 lines
288 B
Lua

vim.cmd.colorscheme "carbonfox"
local hl = vim.api.nvim_set_hl
-- if vim.g.colors_name == 'carbonfox' then
-- hl(0, 'Visual', { bg = "#3c3836" }) -- Visual mode selection color
-- hl(0, 'IlluminatedWordRead', { bg = "#3c3a36" }) -- vim-illuminate highlighted word color
-- end