💄 Adds color variable for progress bar

This commit is contained in:
Alicia Sykes
2021-08-28 13:48:02 +01:00
parent 4f3e96c506
commit 84eb2036db
5 changed files with 5 additions and 4 deletions

View File

@@ -98,6 +98,7 @@
--scroll-bar-background: var(--background-darker);
--highlight-color: var(--background);
--highlight-background: var(--primary);
--progress-bar: var(--primary);
// Misc components
--loading-screen-color: var(--primary);
--loading-screen-background: var(--background);