gitui: fix two typos (#1172)
Link: https://github.com/danth/stylix/pull/1172 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
1db9218e97
commit
3194470d07
1 changed files with 2 additions and 2 deletions
|
|
@ -20,10 +20,10 @@
|
|||
diff_file_moved: Some("${base0E}"),
|
||||
diff_file_modified: Some("${base09}"),
|
||||
commit_hash: Some("${base07}"),
|
||||
commit_time: Some("${base05}"}),
|
||||
commit_time: Some("${base05}"),
|
||||
commit_author: Some("${base0D}"),
|
||||
danger_fg: Some("${base08}"),
|
||||
push_gauge_bg: Some("${base0D}"}),
|
||||
push_gauge_bg: Some("${base0D}"),
|
||||
push_gauge_fg: Some("${base00}"),
|
||||
tag_fg: Some("${base06}"),
|
||||
branch_fg: Some("${base0C}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue