Files
omarchy/install/theme.sh
David Heinemeier Hansson 7f9a740dd8 Add missing theme for dark mode
2025-06-11 14:00:22 +02:00

7 lines
267 B
Bash

# Use dark mode for QT apps too (like VLC and kdenlive)
sudo pacman -S --noconfirm kvantum-qt5
# Prefer dark mode everything
sudo pacman -S --noconfirm gnome-themes-extra # Adds Adwaita-dark theme
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'