There was an error while loading. Please reload this page.
1 parent 1a03e5b commit 01ebbaeCopy full SHA for 01ebbae
1 file changed
internal/view/dag/dag.go
@@ -146,7 +146,7 @@ func NewTreeStyler(shouldColor bool) *TreeStyler {
146
147
return &TreeStyler{
148
shouldColor: shouldColor,
149
- entryStyle: lipgloss.NewStyle().Foreground(lipgloss.Color("240")).MarginRight(1),
+ entryStyle: lipgloss.NewStyle().Foreground(lipgloss.Color("8")).MarginRight(1),
150
rootStyle: lipgloss.NewStyle().Foreground(lipgloss.Color("35")),
151
colorizer: colorizer,
152
}
@@ -168,6 +168,7 @@ func (s *TreeStyler) Style(t *tree.Tree) *tree.Tree {
168
169
return t.
170
EnumeratorStyle(s.entryStyle).
171
+ IndenterStyle(s.entryStyle).
172
RootStyle(s.rootStyle)
173
174
0 commit comments