Skip to content

Themes

Change renCal’s theme from the settings, or press CtrlShiftT to cycle through them.

Theme: GruvboxTheme: Catpuccin LightTheme: Hackerman
Gruvbox themeCatpuccin Light themeHackerman theme

The “Omarchy” theme updates automatically when your system theme changes:

Create a .css file in ~/.config/rencal/themes/ to add a custom theme. renCal watches this folder, so new files, edits, and removals show up automatically in the settings.

/* @name My Theme */
--background: #0f0f0f;
--foreground: #eaeaea;
--muted: rgba(234, 234, 234, 0.6);
--primary: #7c3aed;
--highlight: #7c3aed;
--hover-tint: #ffffff;

Most themes only need to set --background, --foreground, --muted, --primary, --highlight, and --hover-tint. renCal derives surfaces, dividers, hover states, and other colors from those values.