mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 00:29:20 +08:00
Improve the dark theme
Avoid the green color when in the dark theme. It was clashing quite a bit. Lets just go with complete dark shades for now. It's still really missing something, though I'm not sure what.
This commit is contained in:
@ -11,9 +11,7 @@ class Themes {
|
||||
|
||||
static final dark = ThemeData(
|
||||
brightness: Brightness.dark,
|
||||
primaryColor: Color(0xFF66bb6a),
|
||||
primaryColorLight: Color(0xFF98ee99),
|
||||
primaryColorDark: Color(0xFF338a3e),
|
||||
accentColor: Color(0xff6d4c41),
|
||||
primaryColor: Color(0xff212121),
|
||||
accentColor: Color(0xff689f38),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user