Remove hard-coded colors and cleanup SVG icons

Also remove old filled icons pack, and rename the "light-thin" pack to just
"thin".
This commit is contained in:
miruka
2019-08-28 16:30:48 -04:00
parent 18120f5216
commit 37e762d241
110 changed files with 128 additions and 1582 deletions

View File

@@ -22,7 +22,9 @@ int animationDuration: 100
real loadingElementsOpacity: 0.8
real disabledElementsOpacity: 0.3
string preferredIconPack: "light-thin"
icons:
string preferredPack: "thin"
color colorize: "white" // "transparent" to disable
fontSize:
int smaller: 13 * fontScale
@@ -114,8 +116,8 @@ controls:
color checkedOverlay: controls.button.hoveredOverlay
checkBox:
color checkIconColor: colors.accentBackground
color boxBackground: controls.button.background
color checkIconColorize: colors.accentBackground
color boxBackground: controls.button.background
color boxBorder: hsluv(0, 0, 50, 0.3)
color boxHoveredBorder: colors.accentBackground