rio icon indicating copy to clipboard operation
rio copied to clipboard

[Feature Request] Override System Dark mode setting

Open evolighting opened this issue 4 months ago • 1 comments

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.

evolighting avatar Aug 17 '25 04:08 evolighting

#1274 try to make it work

evolighting avatar Aug 18 '25 05:08 evolighting