Dark
The default dark theme. Clean, minimal, and easy on the eyes.
MiniFy comes with 8 carefully crafted themes to match your style and environment. Each theme is designed to provide excellent readability while looking beautiful.
Dark
The default dark theme. Clean, minimal, and easy on the eyes.
Light
A bright, clean theme for well-lit environments.
Catppuccin
Popular pastel theme with warm, soothing colors.
Dracula
Classic dark theme with purple accents.
ChatGPT
Inspired by the ChatGPT interface. Dark with teal accents.
YouTube
Inspired by YouTube Music. Dark red theme.
BMW
Inspired by BMW iDrive. Blue and orange accents.
Milka
Fun purple theme inspired by the chocolate brand.
Each theme is a JSON file that defines colors and styling:
{ "name": "dark", "colors": { "background": "#0a0a0a", "foreground": "#fafafa", "primary": "#1DB954", "secondary": "#1a1a1a", "accent": "#1ed760", "muted": "#666666", "border": "#2a2a2a" }}Ctrl+, or ⌘+,)You can create your own themes by adding JSON files to the themes directory.
%APPDATA%\MiniFy\themes\~/Library/Application Support/MiniFy/themes/~/.config/MiniFy/themes/my-theme.json){ "name": "My Custom Theme", "colors": { "background": "#1e1e2e", "foreground": "#cdd6f4", "primary": "#89b4fa", "secondary": "#313244", "accent": "#f5c2e7", "muted": "#6c7086", "border": "#45475a" }}| Property | Description |
|---|---|
background | Main window background |
foreground | Primary text color |
primary | Accent color for buttons and highlights |
secondary | Secondary background (cards, panels) |
accent | Hover states and emphasis |
muted | Subtle text and icons |
border | Border colors |
Created a cool theme? Share it with the community!
apps/desktop/src/themes/See the Contributing Guide for more details.