Mint's theme names should end with -dark (explicitly with a lowercase d) as webkitgtk and libadwaita check will automatically set their themes to dark mode when the current gtk theme has the suffix -dark. Ideally, it would be better for there to be something that explicitly states that the theme is a dark variant in the theme itself, but this would be more convenient than having to constantly run gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' when changing themes.
Mint's theme names should end with
-dark
(explicitly with a lowercased
) aswebkitgtk
andlibadwaita
check will automatically set their themes to dark mode when the current gtk theme has the suffix-dark
. Ideally, it would be better for there to be something that explicitly states that the theme is a dark variant in the theme itself, but this would be more convenient than having to constantly rungsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
when changing themes.