index
@fungi.computer/stipe / index
Type Aliases
Section titled “Type Aliases”TerminalPalette
Section titled “TerminalPalette”TerminalPalette =
object
Semantic terminal colors projected from a maintained theme.
Properties
Section titled “Properties”background
Section titled “background”
readonlybackground:string
foreground
Section titled “foreground”
readonlyforeground:string
cursor
Section titled “cursor”
readonlycursor:string
cursorAccent
Section titled “cursorAccent”
readonlycursorAccent:string
selectionBackground
Section titled “selectionBackground”
readonlyselectionBackground:string
primary
Section titled “primary”
readonlyprimary:string
accent
Section titled “accent”
readonlyaccent:string
success
Section titled “success”
readonlysuccess:string
readonlyinfo:string
warning
Section titled “warning”
readonlywarning:string
readonlyerror:string
readonlyblack:string
readonlyred:string
readonlygreen:string
yellow
Section titled “yellow”
readonlyyellow:string
readonlyblue:string
magenta
Section titled “magenta”
readonlymagenta:string
readonlycyan:string
readonlywhite:string
brightBlack
Section titled “brightBlack”
readonlybrightBlack:string
brightRed
Section titled “brightRed”
readonlybrightRed:string
brightGreen
Section titled “brightGreen”
readonlybrightGreen:string
brightYellow
Section titled “brightYellow”
readonlybrightYellow:string
brightBlue
Section titled “brightBlue”
readonlybrightBlue:string
brightMagenta
Section titled “brightMagenta”
readonlybrightMagenta:string
brightCyan
Section titled “brightCyan”
readonlybrightCyan:string
brightWhite
Section titled “brightWhite”
readonlybrightWhite:string
selectionForeground?
Section titled “selectionForeground?”
readonlyoptionalselectionForeground?:string
Variables
Section titled “Variables”STIPE_GOOEY_FILTER
Section titled “STIPE_GOOEY_FILTER”
constSTIPE_GOOEY_FILTER:Readonly<{alphaIntercept:-9;alphaSlope:19;blurStdDeviation:1.5; }>
Frozen Gooey SVG filter constants for Stipe’s visual law.
STIPE_SPACING_NAMES
Section titled “STIPE_SPACING_NAMES”
constSTIPE_SPACING_NAMES: readonly ["2xs","xs","sm","md","lg","xl","2xl","3xl","4xl"]
Named spacing scale shared by CSS utilities and class conflict resolution.
STIPE_TOKEN_NAMES
Section titled “STIPE_TOKEN_NAMES”
constSTIPE_TOKEN_NAMES: readonly ["--stipe-surface-frame-width","--stipe-surface-frame-image","--stipe-shadow-raised","--stipe-shadow-inset","--stipe-shadow-edge","--stipe-display-texture-image","--stipe-display-text-shadow","--stipe-canvas","--stipe-surface","--stipe-surface-raised","--stipe-surface-selected","--stipe-fg-muted","--stipe-linework","--stipe-density-compact","--stipe-density-comfortable","--stipe-motion-fast","--stipe-motion-normal","--stipe-motion-slow","--stipe-motion-ease","--stipe-layer-base","--stipe-layer-popover","--stipe-layer-modal","--stipe-layer-toast","--stipe-icon-size-sm","--stipe-icon-size-md","--stipe-icon-size-lg","--stipe-icon-stroke"]
Canonical Stipe token names in declaration order.
Functions
Section titled “Functions”terminalPalette()
Section titled “terminalPalette()”terminalPalette(
theme):TerminalPalette|undefined
Return the maintained terminal palette for an exact theme name.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”TerminalPalette | undefined
References
Section titled “References”pierreTreesStyle
Section titled “pierreTreesStyle”Re-exports pierreTreesStyle
PierreTreesStyleOptions
Section titled “PierreTreesStyleOptions”Re-exports PierreTreesStyleOptions
applyTheme
Section titled “applyTheme”Re-exports applyTheme
getTheme
Section titled “getTheme”Re-exports getTheme
subscribeTheme
Section titled “subscribeTheme”Re-exports subscribeTheme
ThemeListener
Section titled “ThemeListener”Re-exports ThemeListener