mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat: updated plugins and editor configuration
This commit is contained in:
8
lua/absolute/after/colorscheme.lua
Normal file
8
lua/absolute/after/colorscheme.lua
Normal file
@@ -0,0 +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" })
|
||||
end
|
||||
|
||||
SetTheme("nightfly")
|
||||
Reference in New Issue
Block a user