Skip to main content
Module

x/tui/mod.ts>Theme

🦕 Deno module for creating Terminal User Interfaces
Latest
interface Theme
Re-export
import { type Theme } from "https://deno.land/x/tui@2.1.11/mod.ts";

Base theme used to style components, can be expanded upon

Properties

base: Style

Default style

focused: Style

Style when component is focused

active: Style

Style when component is active

disabled: Style

Style when component is disabled