1
Fork 0

Migrated to stylix!

This commit is contained in:
Matei Adriel 2023-03-12 05:24:25 +01:00
commit 7102953c5c
No known key found for this signature in database
50 changed files with 318 additions and 523 deletions
dotfiles/neovim/lua/my/plugins/themes

View file

@ -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,