/themes

Overview

The /themes command lets you customize the visual appearance of Apex. You can browse available themes, switch between them, and toggle between dark and light modes.

Usage

$/themes

Alias: /theme

Subcommands

Open Theme Picker

$/themes

Opens an interactive theme picker where you can browse and select from all available themes.

Switch Directly to a Theme

$/themes <name>

Switch directly to a named theme without opening the picker. The theme name is case-insensitive.

Toggle or Set Color Mode

$/themes mode # Toggle between dark and light
$/themes mode dark # Switch to dark mode
$/themes mode light # Switch to light mode
$/themes mode auto # Use system preference

Configuration

Theme settings are stored in ~/.pensar/config.json and persist across sessions. The following config values are managed:

Config KeyDescription
themeName of the active theme
themeModeColor mode: dark, light, or auto