exposed --songProgressColor and --songProgressBackground

This commit is contained in:
booploops 2022-02-15 19:39:53 -08:00
parent b7418b9651
commit db89ab7a60
2 changed files with 3 additions and 1 deletions

View file

@ -35,6 +35,8 @@
--keyColor-disabled: rgba(250, 88, 106, 0.35);
--navigationBarHeight: 38px;
--modalBackground: #262626;
--songProgressColor: var(--keyColor);
--songProgressBackground: #333;
--textColor: #eee;
}