chore: Added a theme change in rofi script. Need to add rofi itself and other stuff still
This commit is contained in:
8
.config/nvim/lua/plugins/remote-theme.lua
Normal file
8
.config/nvim/lua/plugins/remote-theme.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local M = {}
|
||||
|
||||
M.change_theme = function(scheme)
|
||||
vim.cmd('colorscheme ' .. scheme)
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user