Skip to content

Instantly share code, notes, and snippets.

@wellington1993
Created October 16, 2025 14:48
Show Gist options
  • Select an option

  • Save wellington1993/b118b61e74b371d7f86ad23a3ca15c38 to your computer and use it in GitHub Desktop.

Select an option

Save wellington1993/b118b61e74b371d7f86ad23a3ca15c38 to your computer and use it in GitHub Desktop.
Tema Escuro para aplicativos KDE
#!/bin/bash
sudo apt update
sudo apt install qt5-style-plugins qt5-style-kvantum qt5-style-kvantum-themes qt5ct -y
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
echo "QT_QPA_PLATFORMTHEME=qt5ct" >> ~/.profile
echo "================================================================"
echo " CONFIGURAÇÃO QUASE CONCLUÍDA!"
echo "================================================================"
echo "1. POR FAVOR, REINICIE O COMPUTADOR."
echo ""
echo "2. APÓS REINICIAR:"
echo " a) Abra o 'Qt5 Settings' (ou digite 'qt5ct' no terminal)."
echo " b) Em 'Application Style', selecione 'kvantum'."
echo " c) Abra o 'Kvantum Manager', escolha um tema escuro e clique em 'Usar este tema'."
echo ""
echo "3. Se o passo 2 falhar, edite o arquivo ~/.profile e mude a linha de 'qt5ct' para 'gtk2' e reinicie novamente."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment