mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
fix(init.lua): remove extra empty line
fix(absolute/after/colorscheme.lua): comment out unnecessary code for setting Normal and NormalFloat highlight groups fix(absolute/after/jedi.lua): enable popup on dot for jedi feat(absolute/after/tokyonight.lua): add support for tokyonight theme with specific configuration feat(absolute/plugins/tokyonight.lua): add tokyonight plugin with configuration to load after plugin setup fix(absolute/remap.lua): remove extra empty line
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
function SetTheme(color)
|
||||
color = color or "rose-pine"
|
||||
vim.cmd.colorscheme(color)
|
||||
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
|
||||
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
|
||||
-- vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
|
||||
-- vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
|
||||
end
|
||||
|
||||
SetTheme("nightfly")
|
||||
SetTheme("tokyonight")
|
||||
|
||||
Reference in New Issue
Block a user