Skip to content

Documentation / @agentick/tui / theme

Variable: theme ​

const theme: object

Defined in: rendering/theme.ts:16

Type Declaration ​

assistant ​

assistant: ChalkInstance = brandBold

blockquote ​

blockquote: ChalkInstance = chalk.gray.italic

border ​

border: ChalkInstance = brandDim

codespan ​

codespan: ChalkInstance

dim ​

dim: ChalkInstance = chalk.gray

em ​

em: ChalkInstance = chalk.italic

error ​

error: ChalkInstance = chalk.red

errorLabel ​

errorLabel: ChalkInstance = chalk.red.bold

firstHeading ​

firstHeading: ChalkInstance = brandBold

heading ​

heading: ChalkInstance = brandBold

hr ​

hr: ChalkInstance = brand

href ​

href: ChalkInstance = brand

label ​

label: ChalkInstance = chalk.gray

link: ChalkInstance = brand.underline

muted ​

muted: ChalkInstance = chalk.dim

reasoning ​

reasoning: ChalkInstance = chalk.gray.italic

separator ​

separator: ChalkInstance = brandDim

strong ​

strong: ChalkInstance = chalk.bold

success ​

success: ChalkInstance = chalk.green

system ​

system: ChalkInstance = chalk.gray

toolDuration ​

toolDuration: ChalkInstance = chalk.gray

toolName ​

toolName: ChalkInstance

toolSymbol ​

toolSymbol: ChalkInstance = brand

user ​

user: ChalkInstance = brandBold

Released under the ISC License.