Skip to content

[Feature Request] Override System Dark mode setting #1273

@evolighting

Description

@evolighting

Alacritty supports configuring dark mode, which provides a more consistent experience on Windows. An example configuration is as follows:
decorations_theme_variant

[decorations_theme_variant] = "Dark" | "Light" | "None"
Override the variant of the System theme/GTK theme/Wayland client side decorations. Set this to "None" to use the system's default theme variant.
Default: "None"

toml file:

[window]
decorations = "Full"
decorations_theme_variant = "Dark"

It would be great if this feature were supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions