gitui: fix config.lib.stylix.colors.withHashtag typo (#1154)

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

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: awwpotato <153149335+awwpotato@users.noreply.github.com>
This commit is contained in:
Louis Dalibard 2025-04-22 16:05:50 +02:00 committed by GitHub
parent 45aa31f5a4
commit a7a0682b3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
config.lib.stylix.mkEnableTarget "GitUI" true;
config = lib.mkIf (config.stylix.enable && config.stylix.targets.gitui.enable) {
programs.gitui.theme = with config.lib.stylix.colors.withHashtags; ''
programs.gitui.theme = with config.lib.stylix.colors.withHashtag; ''
(
selected_tab: Some("Reset"),
command_fg: Some("${base05}"),