Skip to main content
Module

x/tui/src/components/scrollable_view.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/scrollable_view.ts";

Theme used by {ScrollableView} to style itself

Properties

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