initial commit
This commit is contained in:
15
lua/plugins/theme_tokyonight.lua
Normal file
15
lua/plugins/theme_tokyonight.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
-- "folke/tokyonight.nvim",
|
||||
-- lazy = false,
|
||||
-- priority = 1000,
|
||||
-- opts = {
|
||||
-- style = "moon",
|
||||
-- on_colors = function(colors)
|
||||
-- colors.fg_gutter = colors.orange
|
||||
-- end,
|
||||
-- },
|
||||
-- config = function(_, opts)
|
||||
-- require('tokyonight').setup(opts)
|
||||
-- vim.cmd([[colorscheme tokyonight]])
|
||||
-- end,
|
||||
}
|
||||
Reference in New Issue
Block a user