Skip to content

Constants

Constants for ProzillaOS

Utility

ANSI

Ansi codes for coloring and decorating ansi text

  • Type: Ansi
ts
interface Ansi {
	fg: Record<number, string>; // Foreground colors
	bg: Record<number, string>; // Background colors
	decoration: Record<number, string>;
	reset: string;
};

Virtual drive

CODE_EXTENSIONS

An array of file extensions for code-related files

  • Type: string[]

IMAGE_EXTENSIONS

An array of file extensions for image files

  • Type: string[]

Themes

THEMES

A map that transforms theme ids into theme names

  • Type: Record<number, string | null>

Built by Prozilla