fnott: rename progress-bar-color setting to progress-color (#1872)
Rename progress-bar-color setting to progress-color, following upstream
commit [1] ("notification: implement progress-as-background").
[1]: f78cf9887e
Link: https://github.com/nix-community/stylix/pull/1872
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
0e7b897c73
commit
b1a84f8982
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ mkTarget {
|
|||
title-color = fg base05;
|
||||
summary-color = fg base05;
|
||||
body-color = fg base05;
|
||||
progress-bar-color = fg base02;
|
||||
progress-color = fg base02;
|
||||
background = bg base00;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue