diff --git a/after/plugin/color.lua b/after/plugin/color.lua index cb523f4..655ae29 100755 --- a/after/plugin/color.lua +++ b/after/plugin/color.lua @@ -1,12 +1,14 @@ -require("tokyonight").setup { - transparent = false, - -- styles = { - -- sidebars = "transparent", - -- floats = "transparent", - -- } -} - -vim.cmd [[colorscheme tokyonight-night]] --- vim.cmd [[colorscheme tokyonight-day]] --- vim.cmd [[hi Normal guibg=none]] +--require("tokyonight").setup { +-- transparent = false, +-- -- styles = { +-- -- sidebars = "transparent", +-- -- floats = "transparent", +-- -- } +--} +-- +--vim.cmd [[colorscheme tokyonight-night]] +---- vim.cmd [[colorscheme tokyonight-day]] +---- vim.cmd [[hi Normal guibg=none]] +vim.cmd [[colorscheme vim]] +vim.cmd [[hi Normal guibg=none]] diff --git a/lua/eddie/lazy.lua b/lua/eddie/lazy.lua index e6122d6..f102493 100755 --- a/lua/eddie/lazy.lua +++ b/lua/eddie/lazy.lua @@ -76,11 +76,6 @@ local plugins = { }, 'nvim-telescope/telescope-ui-select.nvim', 'debugloop/telescope-undo.nvim', - { - "folke/tokyonight.nvim", - lazy = false, -- make sure we load this during startup if it is your main colorscheme - priority = 1000, -- make sure to load this before all the other start plugins - }, 'ThePrimeagen/harpoon', {