re-add tree

This commit is contained in:
Jana Dönszelmann 2026-04-02 10:35:03 +02:00
parent 2d9a029130
commit 049132b6ee
No known key found for this signature in database
2 changed files with 9 additions and 7 deletions

View file

@ -510,6 +510,7 @@ impl App {
literal: palette.secondary,
faded: palette.muted,
delimiter: palette.accent,
string: palette.accent,
}
}
@ -535,6 +536,7 @@ pub struct Styles {
border_highlighted: Style,
error: Style,
string: Color,
literal: Color,
faded: Color,
delimiter: Color,