Theme ui elements using accent color palette

This commit is contained in:
Suphon Thanakornpakapong
2021-10-14 23:57:17 +07:00
parent 06fc509b45
commit 47a10063f0
41 changed files with 836 additions and 92 deletions
@@ -51,6 +51,8 @@ import com.android.launcher3.views.BaseDragLayer;
import java.util.List;
import app.lawnchair.theme.color.ColorTokens;
/**
* Manages the opening and closing animations for a {@link Folder}.
*
@@ -178,7 +180,7 @@ public class FolderAnimationManager {
// Set up the Folder background.
final int finalColor;
int folderFillColor = Themes.getAttrColor(mContext, R.attr.folderFillColor);
int folderFillColor = ColorTokens.FolderFillColor.resolveColor(mContext);
if (mIsOpening) {
finalColor = folderFillColor;
} else {