parent
eff61ee764
commit
426f94b310
2 changed files with 10 additions and 10 deletions
|
@ -41,7 +41,7 @@ const REMOVED_COLOR: Hsla = Hsla {
|
|||
a: 1.0,
|
||||
};
|
||||
|
||||
// todo!(): Add updated status colors to theme
|
||||
// TODO: Add updated status colors to theme
|
||||
pub fn git_status_icon(status: GitFileStatus) -> impl IntoElement {
|
||||
match status {
|
||||
GitFileStatus::Added => Icon::new(IconName::SquarePlus).color(Color::Custom(ADDED_COLOR)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue