Add "auto" flavour for catppuccin theme

This is actually the default value for the plugin.

https://github.com/catppuccin/nvim?tab=readme-ov-file#configuration
This commit is contained in:
Michael Utz 2025-05-30 11:02:32 +03:00 committed by GitHub
commit e6d30cf9d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ in {
-- setup must be called before loading -- setup must be called before loading
vim.cmd.colorscheme "catppuccin" vim.cmd.colorscheme "catppuccin"
''; '';
styles = ["latte" "frappe" "macchiato" "mocha"]; styles = ["auto" "latte" "frappe" "macchiato" "mocha"];
}; };
oxocarbon = { oxocarbon = {