Skip to main content
Marchyo uses Stylix for consistent theming across GTK, Qt, terminal applications, and the Hyprland compositor.

Options

OptionTypeDefaultDescription
marchyo.theme.enablebooltrueEnable the Stylix theming system
marchyo.theme.variant"dark" or "light""dark"Theme variant preference
marchyo.theme.schemestring, attrs, or nullnull(Not yet implemented) Color scheme to use

Basic usage

marchyo.theme = {
  enable = true;
  variant = "dark";
};
The marchyo.theme.scheme option is defined but not yet implemented. Setting it will have no effect. The theme is currently determined solely by the variant option.

Color schemes

The theme is determined by marchyo.theme.variant:
VariantScheme used
"dark"nord
"light"nord-light

Light mode

To use the light theme:
marchyo.theme = {
  variant = "light";
};
Last modified on April 8, 2026