mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
feat: overall UI rework in Settings View (#53)
This commit is contained in:
parent
036e8c99b3
commit
4f7b1d4520
37 changed files with 485 additions and 361 deletions
|
@ -32,6 +32,7 @@ var lightTheme = ThemeData.light().copyWith(
|
|||
),
|
||||
),
|
||||
),
|
||||
toggleableActiveColor: const Color(0xff3868AF),
|
||||
colorScheme: const ColorScheme.light(
|
||||
primary: Color.fromRGBO(154, 193, 252, 0.18),
|
||||
secondary: Color(0xff3868AF),
|
||||
|
@ -69,6 +70,7 @@ var darkTheme = ThemeData.dark().copyWith(
|
|||
),
|
||||
),
|
||||
),
|
||||
toggleableActiveColor: const Color(0xff7792BA),
|
||||
colorScheme: const ColorScheme.dark(
|
||||
primary: Color(0xff11161C),
|
||||
secondary: Color(0xff7792BA),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue