Skip to content

Commit

Permalink
Add catppuccin css feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Aug 21, 2024
1 parent cc90adb commit 01097bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
ansi_term = "0.12.1"
assert_cmd = "2.0.15"
assert_fs = "1.1.2"
catppuccin = { version = "2.4.0", features = ["ansi-term", "ratatui"] }
catppuccin = { version = "2.4.0", features = ["ansi-term", "css-colors", "ratatui"] }
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.11", features = ["derive"] }
console = "0.15.8"
Expand Down

0 comments on commit 01097bf

Please sign in to comment.