From c26680c2bc6a91d4bf0535bc00f5055cf9918167 Mon Sep 17 00:00:00 2001 From: tess Date: Mon, 5 Sep 2022 00:07:51 +0200 Subject: [PATCH] tess theme :) v 2 --- lib/themes/tess.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/themes/tess.dart b/lib/themes/tess.dart index 22d1779..602c4eb 100644 --- a/lib/themes/tess.dart +++ b/lib/themes/tess.dart @@ -5,9 +5,9 @@ themes.CustomColors theme = themes.CustomColors( "tess 🐯", const Color.fromARGB( 255, - 13, - 69, - 87, + 6, + 34, + 42, ), const ColorScheme( brightness: Brightness.dark,