mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
feat: "New dashboard UI". (#3)
* feat: "New dashboard UI". * fix: some improvenents * fix: fix inconsistencies and light theme. * fix: save patched and installed apps on prefs, improve installer log, improve dashboard with real data (wip) Co-authored-by: Aunali321 <aunvakil.aa@gmail.com> * feat: move chips to a separate widget. Co-authored-by: Alberto Ponces <ponces26@gmail.com>
This commit is contained in:
parent
cd1610d847
commit
106d77ea0c
25 changed files with 434 additions and 540 deletions
|
@ -24,7 +24,7 @@ var lightTheme = ThemeData.light().copyWith(
|
|||
padding: MaterialStateProperty.all<EdgeInsetsGeometry>(
|
||||
const EdgeInsets.symmetric(
|
||||
vertical: 8,
|
||||
horizontal: 12,
|
||||
horizontal: 14,
|
||||
),
|
||||
),
|
||||
backgroundColor: MaterialStateProperty.all<Color>(
|
||||
|
@ -70,7 +70,7 @@ var darkTheme = ThemeData.dark().copyWith(
|
|||
),
|
||||
),
|
||||
colorScheme: const ColorScheme.dark(
|
||||
primary: Color(0x1B222B6B),
|
||||
primary: Color(0xff11161C),
|
||||
secondary: Color(0xff7792BA),
|
||||
tertiary: Color(0xff8691A0),
|
||||
background: Color(0xff0A0D11),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue