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

Add the app theme#8

Open
AntoineLemelin wants to merge 2 commits into
mainfrom
feature/App-Theme
Open

Add the app theme#8
AntoineLemelin wants to merge 2 commits into
mainfrom
feature/App-Theme

Conversation

@AntoineLemelin
Copy link
Copy Markdown
Contributor

I add the app theme and the custom colors of ETS

close #2

@github-actions
Copy link
Copy Markdown

0.0.1 already exists, please update the pubspec version.

@github-actions
Copy link
Copy Markdown

Coverage after merging feature/App-Theme into main

100.00%

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

Comment thread lib/atoms/app_theme.dart
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
Copy Markdown

@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