Using vim colorscheme
This commit is contained in:
parent
2e29638de2
commit
f666065fa6
|
@ -1,12 +1,14 @@
|
||||||
require("tokyonight").setup {
|
--require("tokyonight").setup {
|
||||||
transparent = false,
|
-- transparent = false,
|
||||||
-- styles = {
|
-- -- styles = {
|
||||||
-- sidebars = "transparent",
|
-- -- sidebars = "transparent",
|
||||||
-- floats = "transparent",
|
-- -- floats = "transparent",
|
||||||
|
-- -- }
|
||||||
--}
|
--}
|
||||||
}
|
--
|
||||||
|
--vim.cmd [[colorscheme tokyonight-night]]
|
||||||
vim.cmd [[colorscheme tokyonight-night]]
|
---- vim.cmd [[colorscheme tokyonight-day]]
|
||||||
-- vim.cmd [[colorscheme tokyonight-day]]
|
---- vim.cmd [[hi Normal guibg=none]]
|
||||||
-- vim.cmd [[hi Normal guibg=none]]
|
|
||||||
|
|
||||||
|
vim.cmd [[colorscheme vim]]
|
||||||
|
vim.cmd [[hi Normal guibg=none]]
|
||||||
|
|
|
@ -76,11 +76,6 @@ local plugins = {
|
||||||
},
|
},
|
||||||
'nvim-telescope/telescope-ui-select.nvim',
|
'nvim-telescope/telescope-ui-select.nvim',
|
||||||
'debugloop/telescope-undo.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',
|
'ThePrimeagen/harpoon',
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue