UNPKG

logsdx

Version:

<div align="center"><img alt="logsdx" width="300" src="https://github.com/user-attachments/assets/cc2a3b55-5bfd-44e8-a330-bfa146b50059" /></div>

10 lines (9 loc) 337 B
import type { Theme } from "../types"; export declare const DEFAULT_THEME = "oh-my-zsh"; export declare const DEFAULT_COLORS: { readonly DARK_BACKGROUND: "#000000"; readonly LIGHT_BACKGROUND: "#ffffff"; readonly DARK_TEXT: "#000000"; readonly LIGHT_TEXT: "#ffffff"; }; export declare const THEMES: Record<string, Theme>;