Compare commits

..

2 Commits

Author SHA1 Message Date
raf b0af809b95
Merge pull request #320 from diniamo/catppuccin-set-term-colors
themes/catppuccin: set term colors
2024-06-26 17:55:36 +00:00
diniamo bb2a78272b themes/catppuccin: set term colors 2024-06-25 19:19:58 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -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):

View File

@ -53,6 +53,7 @@ in {
require('catppuccin').setup {
flavour = "${style}",
transparent_background = ${boolToString transparent},
term_colors = true,
integrations = {
nvimtree = {
enabled = true,