From 2f483e68303c33d6aa3723d887b09998c3f20ee4 Mon Sep 17 00:00:00 2001 From: nil Date: Tue, 14 Jan 2025 20:14:37 +0100 Subject: init --- lua/after/plugin/colors.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 lua/after/plugin/colors.lua (limited to 'lua/after/plugin/colors.lua') diff --git a/lua/after/plugin/colors.lua b/lua/after/plugin/colors.lua new file mode 100755 index 0000000..f156e8a --- /dev/null +++ b/lua/after/plugin/colors.lua @@ -0,0 +1,18 @@ +--[[ +require("monokai-pro").setup({ + transparent_background = true, + filter = "pro", -- classic | octagon | pro | machine | ristretto | spectrum +}) + +vim.cmd.colorscheme('monokai-pro') +]] + +vim.opt.termguicolors = true +require("tokyonight").setup { + transparent = true, + styles = { + sidebars = "transparent", + floats = "transparent", + } +} +vim.cmd.colorscheme("tokyonight") -- cgit v1.2.3