mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2025-03-13 23:54:24 +01:00
6 lines
106 B
Dart
6 lines
106 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
final darkTheme = ThemeData(
|
|
primaryColor: Color(0x56D926),
|
|
);
|