restore accent color

This commit is contained in:
Will McGugan
2022-06-21 10:15:22 +01:00
parent 9f62e92803
commit 069fde528e
2 changed files with 1 additions and 3 deletions

View File

@@ -108,8 +108,6 @@ Tweet {
}
}
TweetHeader {
height:1;

View File

@@ -85,7 +85,7 @@ DEFAULT_COLORS = ColorSystem(
warning="#ffa62b",
error="#ba3c5b",
success="#6d9f71",
# accent="#ffa62b",
accent="#ffa62b",
system="#5a4599",
dark_surface="#292929",
)