-
-
Notifications
You must be signed in to change notification settings - Fork 258
[Feature Request] Override System Dark mode setting #1273
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels