UNPKG

@principal-ade/industry-themed-terminal

Version:

Industry-themed terminal wrapper with integrated theming for xterm.js

5 lines 301 B
import type { Theme } from '@principal-ade/industry-theme'; import type { ITheme } from '@xterm/xterm'; export declare function createTerminalTheme(theme: Theme): ITheme; export declare function getTerminalCSSVariables(theme: Theme): Record<string, string>; //# sourceMappingURL=terminalTheme.d.ts.map