Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Add the app theme #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add the app theme #8

wants to merge 2 commits into from

Conversation

AntoineLemelin
Copy link
Contributor

I add the app theme and the custom colors of ETS

close #2

@github-actions
Copy link

0.0.1 already exists, please update the pubspec version.

@github-actions
Copy link

Coverage after merging feature/App-Theme into main

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
lib
   modulo.dart100%100%100%100%

Comment on lines +8 to +14
// Backgrounds
static const Color darkThemeBackground = Color(0xff303030);
static const Color lightThemeBackground = Color(0xfffafafa);

// App|ETS colors
static const Color appletsPurple = Color(0xff19375f);
static const Color appletsDarkPurple = Color(0xff122743);
Copy link

@MysticFragilist MysticFragilist Oct 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On devrait pas mettre ces couleurs(ThemeBackground et appletsPurple) dans ets_color? (pour toggle entre le dark purple et le light purple) Aussi, Tant qu'à faire ce changement on devrait peut-être les renommer à appletsBlue et appletsDarkBlue t'en penses quoi?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup the ETS color palettes
2 participants