Get tree theme by name.
the theme name requested.
The requested theme.
import {Draw} from 'effect-tree'expect(Draw.getTheme('thin').glyphs.hLine).toBe('─') Copy
import {Draw} from 'effect-tree'expect(Draw.getTheme('thin').glyphs.hLine).toBe('─')
Get tree theme by name.