376 current 2024-04-17 16:20:04 24.05.20240416.5672bc9 6.8.4-zen1 *
This commit is contained in:
parent
f996597c4d
commit
426a6e5812
2 changed files with 6 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
||||||
|
return {
|
||||||
|
"catppuccin/nvim",
|
||||||
|
name = "catppuccin",
|
||||||
|
priority = 1000,
|
||||||
|
}
|
||||||
|
|
@ -6,7 +6,7 @@ return {
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
local colors = require("tokyonight.colors")
|
local colors = require("tokyonight.colors")
|
||||||
local tokyonight = require("lualine.themes.tokyonight")
|
local tokyonight = require("lualine.themes.catppuccin")
|
||||||
|
|
||||||
vim.opt.laststatus = 3
|
vim.opt.laststatus = 3
|
||||||
tokyonight.normal.c.bg = colors.night.bg
|
tokyonight.normal.c.bg = colors.night.bg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue