Add terminal colors to ThemeColors, add _background
to some color names.
This commit is contained in:
parent
95a0827517
commit
2b0c959137
28 changed files with 224 additions and 106 deletions
|
@ -14,7 +14,7 @@ impl UnreadIndicator {
|
|||
div()
|
||||
.rounded_full()
|
||||
.border_2()
|
||||
.border_color(cx.theme().colors().surface)
|
||||
.border_color(cx.theme().colors().surface_background)
|
||||
.w(px(9.0))
|
||||
.h(px(9.0))
|
||||
.z_index(2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue