Changed theme colors

This commit is contained in:
ManOfGoldForever 2026-04-07 11:37:22 -04:00
parent 85ed7c798f
commit 19a0798e08
2 changed files with 35 additions and 17 deletions

View file

@ -3,6 +3,10 @@ name = "process-killer-dashboard"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "pkd"
path = "src/main.rs"
[dependencies]
crossterm = "0.29.0"
ratatui = "0.30.0"