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

Commit

Permalink
Merge pull request #24 from ubuntu/darken_jet
Browse files Browse the repository at this point in the history
Darken jet
  • Loading branch information
Feichtmeier committed Feb 21, 2023
2 parents ae8264c + 15611ac commit 9ba6977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/colors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class YaruColors {
static const Color inkstone = Color(0xFF3B3B3B);

/// Jet
static const Color jet = Color(0xFF2B2B2B);
static const Color jet = Color(0xFF1E1E1E);

/// Light title bar
static const Color titleBarLight = Color(0xFFEBEBEB);
Expand Down

0 comments on commit 9ba6977

Please sign in to comment.