mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-03-22 00:36:23 +00:00
feat: add status-based row colors for torrents
This commit is contained in:
@@ -10,4 +10,16 @@ pub struct ColorConfig {
|
||||
pub header_foreground: String,
|
||||
#[from_file(default = "blue")]
|
||||
pub info_foreground: String,
|
||||
|
||||
// Status colors
|
||||
#[from_file(default = "cyan")]
|
||||
pub status_downloading: String,
|
||||
#[from_file(default = "white")]
|
||||
pub status_seeding: String,
|
||||
#[from_file(default = "dark_gray")]
|
||||
pub status_stopped: String,
|
||||
#[from_file(default = "yellow")]
|
||||
pub status_verifying: String,
|
||||
#[from_file(default = "light_blue")]
|
||||
pub status_queued: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user