mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +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(
|
static final dark = ThemeData(
|
||||||
brightness: Brightness.dark,
|
brightness: Brightness.dark,
|
||||||
primaryColor: Color(0xFF66bb6a),
|
primaryColor: Color(0xff212121),
|
||||||
primaryColorLight: Color(0xFF98ee99),
|
accentColor: Color(0xff689f38),
|
||||||
primaryColorDark: Color(0xFF338a3e),
|
|
||||||
accentColor: Color(0xff6d4c41),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user