Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/psyche/types.d.ts>ClientConfig

a drop-in solution for searching documentation
Latest
interface ClientConfig
import { type ClientConfig } from "https://deno.land/x/psyche@v0.3.4/types.d.ts";

Properties

theme: { font: { sans: string; mono: string; }; light: { text: string; secondary: string; background: string; shadow: string; border: string; accent: string; interactive: string; scrollbar: string; scrollbarHover: string; }; dark: { text: string; secondary: string; background: string; shadow: string; border: string; accent: string; interactive: string; scrollbar: string; scrollbarHover: string; }; darkMode: "class" | "media"; scrollbarStyle: "square" | "rounded"; }
messages: { inputPlaceholder: string; noResultsFound: string; }
hotkeys: { kbd: string; label: string; }[]
index: Result[]