continued out the reuse

This commit is contained in:
2026-02-12 00:11:56 -05:00
parent 72000b362d
commit 276732d2a9
9 changed files with 145 additions and 49 deletions

View File

@@ -22,7 +22,7 @@ import {
type TerminalColors,
} from "@opentui/core";
type ThemeResolved = {
export type ThemeResolved = {
primary: RGBA;
secondary: RGBA;
accent: RGBA;
@@ -32,7 +32,13 @@ type ThemeResolved = {
info: RGBA;
text: RGBA;
textMuted: RGBA;
selectedListItemText: RGBA;
textPrimary: RGBA;
textSecondary: RGBA;
textTertiary: RGBA;
textSelectedPrimary: RGBA;
textSelectedSecondary: RGBA;
textSelectedTertiary: RGBA;
background: RGBA;
backgroundPanel: RGBA;
backgroundElement: RGBA;
@@ -77,6 +83,7 @@ type ThemeResolved = {
syntaxPunctuation: RGBA;
muted?: RGBA;
surface?: RGBA;
selectedListItemText?: RGBA;
layerBackgrounds?: {
layer0: RGBA;
layer1: RGBA;