Skip to main content
Module

x/tui/src/components/mod.ts>ScrollableViewTheme

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
interface ScrollableViewTheme
implements Theme
import { type ScrollableViewTheme } from "https://deno.land/x/tui@1.3.4/src/components/mod.ts";

Theme used by {ScrollableView} to style itself

Properties

scrollbar: { horizontal: { track: Style; thumb: Style; }; vertical: { track: Style; thumb: Style; }; corner: Style; }