mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
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:
parent
74ba4d9559
commit
e6d30cf9d9
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ in {
|
|||
-- setup must be called before loading
|
||||
vim.cmd.colorscheme "catppuccin"
|
||||
'';
|
||||
styles = ["latte" "frappe" "macchiato" "mocha"];
|
||||
styles = ["auto" "latte" "frappe" "macchiato" "mocha"];
|
||||
};
|
||||
|
||||
oxocarbon = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue