mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
cleanup
This commit is contained in:
parent
16a537c102
commit
ff0c123293
1 changed files with 0 additions and 17 deletions
|
|
@ -18,39 +18,22 @@ pub type SharedTheme = Rc<Theme>;
|
||||||
#[derive(Serialize, Deserialize, Debug, Copy, Clone)]
|
#[derive(Serialize, Deserialize, Debug, Copy, Clone)]
|
||||||
pub struct Theme {
|
pub struct Theme {
|
||||||
selected_tab: Color,
|
selected_tab: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
command_fg: Color,
|
command_fg: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
selection_bg: Color,
|
selection_bg: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
cmdbar_bg: Color,
|
cmdbar_bg: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
cmdbar_extra_lines_bg: Color,
|
cmdbar_extra_lines_bg: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
disabled_fg: Color,
|
disabled_fg: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
diff_line_add: Color,
|
diff_line_add: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
diff_line_delete: Color,
|
diff_line_delete: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
diff_file_added: Color,
|
diff_file_added: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
diff_file_removed: Color,
|
diff_file_removed: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
diff_file_moved: Color,
|
diff_file_moved: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
diff_file_modified: Color,
|
diff_file_modified: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
commit_hash: Color,
|
commit_hash: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
commit_time: Color,
|
commit_time: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
commit_author: Color,
|
commit_author: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
danger_fg: Color,
|
danger_fg: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
push_gauge_bg: Color,
|
push_gauge_bg: Color,
|
||||||
#[serde(with = "Color")]
|
|
||||||
push_gauge_fg: Color,
|
push_gauge_fg: Color,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue