more cleanup
This commit is contained in:
parent
432048dc6a
commit
f728cc6e66
5 changed files with 44 additions and 25 deletions
|
|
@ -1,7 +1,4 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const TextTheme nightText = TextTheme(
|
||||
titleLarge: TextStyle(color: Color(0xffc5c8c6)),
|
||||
|
|
@ -50,10 +47,19 @@ const nightTheme = {
|
|||
'keyword': TextStyle(color: Color(0xffb294bb)),
|
||||
'selector-tag': TextStyle(color: Color(0xffb294bb)),
|
||||
'root':
|
||||
TextStyle(backgroundColor: Color(0xFF121212), color: Color(0xffc5c8c6)),
|
||||
TextStyle(backgroundColor: Color(0xFF121212), color: Color(0xffc5c8c6)),
|
||||
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
||||
'strong': TextStyle(fontWeight: FontWeight.bold),
|
||||
'tag-hash': TextStyle(color: Colors.pinkAccent, fontStyle: FontStyle.italic, fontWeight: FontWeight.bold),
|
||||
'tag-plus': TextStyle(color: Colors.cyan, fontStyle: FontStyle.italic, fontWeight: FontWeight.bold),
|
||||
'tag-at': TextStyle(color: Colors.orange, fontStyle: FontStyle.italic, fontWeight: FontWeight.bold),
|
||||
'tag-hash': TextStyle(
|
||||
color: Colors.pinkAccent,
|
||||
fontStyle: FontStyle.italic,
|
||||
fontWeight: FontWeight.bold),
|
||||
'tag-plus': TextStyle(
|
||||
color: Colors.cyan,
|
||||
fontStyle: FontStyle.italic,
|
||||
fontWeight: FontWeight.bold),
|
||||
'tag-at': TextStyle(
|
||||
color: Colors.orange,
|
||||
fontStyle: FontStyle.italic,
|
||||
fontWeight: FontWeight.bold),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue