更改topbar样式

This commit is contained in:
captain 2025-10-12 15:15:27 +08:00
parent a608654a0b
commit 2ca07b7ecf
2 changed files with 24 additions and 9 deletions

View file

@ -5,7 +5,6 @@ return {
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
config = function()
vim.cmd.colorscheme("tokyonight")
end,
@ -42,4 +41,4 @@ return {
-- vim.cmd.colorscheme("catppuccin")
-- end,
-- },
-- }