textual 1.0.0-dev

A reactive TUI framework inspired by the Python Textual library
Documentation
1
2
3
4
5
6
body { fg: white; bg: default; }
.panel { fg: cyan; }
.panel .title { bold: true; }
.controls Label { fg: green; }
button { fg: yellow; }
.focused { bg: color(236); fg: white; }