gitui: fix two typos (#1172)

Link: https://github.com/danth/stylix/pull/1172

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
ValentinSchwind 2025-04-24 18:14:26 +02:00 committed by GitHub
parent 1db9218e97
commit 3194470d07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}")