From 3194470d07d2885da178a6baca10a91ea1068e1b Mon Sep 17 00:00:00 2001 From: ValentinSchwind <68036918+ValentinSchwind@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:14:26 +0200 Subject: [PATCH] gitui: fix two typos (#1172) Link: https://github.com/danth/stylix/pull/1172 Reviewed-by: awwpotato --- modules/gitui/hm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gitui/hm.nix b/modules/gitui/hm.nix index 49e8999d..73cbadc4 100644 --- a/modules/gitui/hm.nix +++ b/modules/gitui/hm.nix @@ -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}")