Migrated to stylix!
This commit is contained in:
parent
271daab72d
commit
7102953c5c
50 changed files with 318 additions and 523 deletions
dotfiles/neovim/lua/my/plugins/themes
|
@ -4,12 +4,14 @@ local M = {
|
|||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
lazy = false,
|
||||
enabled = H.theme_contains("Catppuccin"),
|
||||
-- enabled = H.theme_contains("Catppuccin"),
|
||||
enabled = true,
|
||||
}
|
||||
|
||||
function M.config()
|
||||
local catppuccin = require("catppuccin")
|
||||
vim.g.catppuccin_flavour = H.variant("Catppuccin")
|
||||
-- vim.g.catppuccin_flavour = H.variant("Catppuccin")
|
||||
vim.g.catppuccin_flavour = "latte"
|
||||
|
||||
catppuccin.setup({
|
||||
transparent_background = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue