mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-12 10:14:22 -05:00
refactor: github palette
This commit is contained in:
@@ -87,7 +87,9 @@ Tuple2<String, String> parseRepositoryFullName(String fullName) {
|
||||
}
|
||||
|
||||
class GithubPalette {
|
||||
static const green = Color(0xff2cbe4e);
|
||||
static const open = Color(0xff2cbe4e);
|
||||
static const closed = PrimerColors.red600;
|
||||
static const merged = PrimerColors.purple500;
|
||||
}
|
||||
|
||||
// final pageSize = 5;
|
||||
|
||||
Reference in New Issue
Block a user