UNPKG
tuix
Version:
latest (1.0.0-rc.1)
rc (1.0.0-rc.2)
1.0.0-rc.2
1.0.0-rc.1
A performant TUI framework for Bun with JSX and reactive state management
tuix
/
src
/
theming
/
index.ts
8 lines
(7 loc)
•
176 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
/** * Theming System - OpenCode Inspired * * Comprehensive theming with adaptive colors for terminal UIs */
export
*
from
"./adaptive-color.ts"
export
*
from
"./theme.ts"