mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
themes/catppuccin: set term colors
This commit is contained in:
parent
688a457a3d
commit
bb2a78272b
2 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,9 @@ Release notes for release 0.7
|
||||||
|
|
||||||
- Move the `theme` dag entry to before `luaScript`.
|
- 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):
|
[NotAShelf](https://github.com/notashelf):
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,7 @@ in {
|
||||||
require('catppuccin').setup {
|
require('catppuccin').setup {
|
||||||
flavour = "${style}",
|
flavour = "${style}",
|
||||||
transparent_background = ${boolToString transparent},
|
transparent_background = ${boolToString transparent},
|
||||||
|
term_colors = true,
|
||||||
integrations = {
|
integrations = {
|
||||||
nvimtree = {
|
nvimtree = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
Loading…
Reference in a new issue