Friday, June 02, 2023

Ubuntu 18: Dark theme

 

$gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
 

References:
[1] https://askubuntu.com/questions/1047604/ubuntu-18-04-missing-global-dark-theme-option-in-gnome-tweak-tool

 

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...