1
0
mirror of https://github.com/h7x4/Jisho-Study-Tool.git synced 2025-03-13 23:54:24 +01:00
2020-07-22 13:17:21 +02:00

6 lines
106 B
Dart

import 'package:flutter/material.dart';
final darkTheme = ThemeData(
primaryColor: Color(0x56D926),
);