restyle mako
This commit is contained in:
parent
bc234ecd40
commit
4e48154c07
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@
|
|||
progressColor = "#${config.theme.colors.base00}";
|
||||
textColor = "#${config.theme.colors.base05}";
|
||||
|
||||
borderColor = "#${config.theme.accentColor}";
|
||||
borderColor = "#${config.theme.colors.base05}";
|
||||
borderSize = config.theme.borderWidth;
|
||||
borderRadius = 0;
|
||||
borderRadius = config.theme.outerRadius;
|
||||
|
||||
defaultTimeout = 5000;
|
||||
layer = "overlay";
|
||||
|
|
Loading…
Reference in a new issue