mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-25 12:01:02 +00:00
feat: improve app theming code and add Material You (#58)
This commit is contained in:
@@ -1,27 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:google_fonts/google_fonts.dart';
|
||||
|
||||
const purple80 = Color(0xFFD0BCFF);
|
||||
const purpleGrey80 = Color(0xFFCCC2DC);
|
||||
const pink80 = Color(0xFFEFB8C8);
|
||||
const purple40 = Color(0xFF6650a4);
|
||||
const purpleGrey40 = Color(0xFF625b71);
|
||||
const pink40 = Color(0xFF7D5260);
|
||||
|
||||
final kInterTextStyle = GoogleFonts.inter();
|
||||
final kRobotoTextStyle = GoogleFonts.roboto();
|
||||
final kSettingItemTextStyle = GoogleFonts.roboto(
|
||||
fontSize: 20,
|
||||
fontWeight: FontWeight.w500,
|
||||
);
|
||||
final kSettingItemSubtitleTextStyle = GoogleFonts.roboto(
|
||||
fontSize: 13,
|
||||
fontWeight: FontWeight.w300,
|
||||
);
|
||||
|
||||
String ghOrg = 'revanced';
|
||||
String patchesRepo = 'revanced-patches';
|
||||
String integrationsRepo = 'revanced-integrations';
|
||||
const patcherRepo = 'revanced-patcher';
|
||||
const cliRepo = 'revanced-cli';
|
||||
const managerRepo = 'revanced-manager';
|
||||
const String patcherRepo = 'revanced-patcher';
|
||||
const String cliRepo = 'revanced-cli';
|
||||
const String managerRepo = 'revanced-manager';
|
||||
|
||||
Reference in New Issue
Block a user