mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
restore accent color
This commit is contained in:
@@ -108,8 +108,6 @@ Tweet {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
TweetHeader {
|
TweetHeader {
|
||||||
height:1;
|
height:1;
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ DEFAULT_COLORS = ColorSystem(
|
|||||||
warning="#ffa62b",
|
warning="#ffa62b",
|
||||||
error="#ba3c5b",
|
error="#ba3c5b",
|
||||||
success="#6d9f71",
|
success="#6d9f71",
|
||||||
# accent="#ffa62b",
|
accent="#ffa62b",
|
||||||
system="#5a4599",
|
system="#5a4599",
|
||||||
dark_surface="#292929",
|
dark_surface="#292929",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user