PINE64
Default Theme - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Default Theme (/showthread.php?tid=10427)



Default Theme - wasgurd - 06-25-2020

Hi all,

I tried the dark theme by:

Code:
gsettings set org.gnome.desktop.interface gtk-theme “Adwaita-dark”

How to get back to the default one?


RE: Default Theme - rico - 06-25-2020

Just remove -dark on the same command line


RE: Default Theme - wasgurd - 06-26-2020

(06-25-2020, 01:11 PM)rico Wrote: Just remove -dark on the same command line

I am sorry it doesn't work


RE: Default Theme - devrtz - 06-26-2020

(06-26-2020, 05:45 PM)wasgurd Wrote:
(06-25-2020, 01:11 PM)rico Wrote: Just remove -dark on the same command line

I am sorry it doesn't work

Have a look at:

Code:
gsettings help reset



RE: Default Theme - wasgurd - 06-26-2020

(06-26-2020, 06:23 PM)devrtz Wrote:
(06-26-2020, 05:45 PM)wasgurd Wrote:
(06-25-2020, 01:11 PM)rico Wrote: Just remove -dark on the same command line

I am sorry it doesn't work

Have a look at:

Code:
gsettings help reset


It works, thanks Smile