From bb2a78272b5b92f0cb7b999b00d3e02dd320e761 Mon Sep 17 00:00:00 2001 From: diniamo Date: Tue, 25 Jun 2024 18:25:50 +0200 Subject: [PATCH] themes/catppuccin: set term colors --- docs/release-notes/rl-0.7.md | 4 +++- modules/plugins/theme/supported_themes.nix | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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,