mirror of
https://github.com/cap153/nvim.git
synced 2025-12-28 04:05:00 +08:00
更改topbar样式
This commit is contained in:
parent
a608654a0b
commit
2ca07b7ecf
2 changed files with 24 additions and 9 deletions
|
|
@ -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,
|
||||
-- },
|
||||
-- }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue