diff --git a/docs/release-notes/rl-0.7.md b/docs/release-notes/rl-0.7.md index 0034cf2..1d76d53 100644 --- a/docs/release-notes/rl-0.7.md +++ b/docs/release-notes/rl-0.7.md @@ -40,7 +40,9 @@ Release notes for release 0.7 - Move the `theme` dag entry to before `luaScript`. -- Add rustfmt as the default formatter for Rust +- Add rustfmt as the default formatter for Rust. + +- Enabled the terminal integration of catppuccin for theming Neovim's built-in terminal (this also affects toggleterm). [NotAShelf](https://github.com/notashelf): diff --git a/modules/plugins/theme/supported_themes.nix b/modules/plugins/theme/supported_themes.nix index 4ffebd9..f28905d 100644 --- a/modules/plugins/theme/supported_themes.nix +++ b/modules/plugins/theme/supported_themes.nix @@ -53,6 +53,7 @@ in { require('catppuccin').setup { flavour = "${style}", transparent_background = ${boolToString transparent}, + term_colors = true, integrations = { nvimtree = { enabled = true,