custom directory

This commit is contained in:
randogoth 2025-02-21 22:02:06 +02:00
parent 185a1c62e9
commit 7e82ddcbb7
12 changed files with 396 additions and 56 deletions

View file

@ -3,6 +3,24 @@
import 'package:flutter/material.dart';
import 'package:flutter/painting.dart';
const TextTheme nightText = TextTheme(
titleLarge: TextStyle(color: Color(0xffc5c8c6)),
bodyLarge: TextStyle(color: Color(0xffc5c8c6)),
bodyMedium: TextStyle(color: Color(0xffc5c8c6)),
bodySmall: TextStyle(color: Color(0xffc5c8c6)),
displayLarge: TextStyle(color: Color(0xffc5c8c6)),
displayMedium: TextStyle(color: Color(0xffc5c8c6)),
displaySmall: TextStyle(color: Color(0xffc5c8c6)),
headlineLarge: TextStyle(color: Color(0xffc5c8c6)),
headlineMedium: TextStyle(color: Color(0xffc5c8c6)),
headlineSmall: TextStyle(color: Color(0xffc5c8c6)),
labelLarge: TextStyle(color: Color(0xffc5c8c6)),
labelMedium: TextStyle(color: Color(0xffc5c8c6)),
labelSmall: TextStyle(color: Color(0xffc5c8c6)),
titleMedium: TextStyle(color: Color(0xffc5c8c6)),
titleSmall: TextStyle(color: Color(0xffc5c8c6)),
);
const nightTheme = {
'comment': TextStyle(color: Color(0xff969896)),
'quote': TextStyle(color: Color(0xff969896)),