Changed theme colors
This commit is contained in:
parent
85ed7c798f
commit
19a0798e08
2 changed files with 35 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue